DatabaseManagementSystems/README.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

# Database Management Systems (DBMS)
2024-07-24 19:47:53 +05:30
A one-stop Git repository for third year SPPU Computer Engineering students following the 2019 pattern. Access theory and practical resources covering E-R modeling, SQL/PL-SQL queries, NoSQL databases, database design, transaction management, and more for mastering Database Management System (DBMS) concepts.
---
2024-07-24 20:43:56 +05:30
## Index
### Notes
1. [Unit 1 - Introduction to Database Management Systems and ER Model](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Notes/Unit%201)
2. [Unit 2 - SQL and PL/SQL](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Notes/Unit%202)
2024-07-24 20:43:56 +05:30
### Practical
2024-07-24 20:43:56 +05:30
> Each folder contains **handout**, **write-up** and **database**.
1. [Assignment-A2](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A2)
2. [Assignment-A3](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A3)
2024-07-24 20:43:56 +05:30
### Question Papers
> [Sample IN-SEM Unit Test Paper](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Question%20Papers/DBMS%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf)
2024-07-24 20:43:56 +05:30
---