2024-08-20 15:58:29 +05:30
# 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
2024-11-22 22:18:10 +05:30
1. [Unit 1 - Introduction to Database Management Systems and ER Model ](Notes/Unit%201 )
2. [Unit 2 - SQL and PL/SQL ](Notes/Unit%202 )
3. [Unit 3 - Relational Database Design ](Notes/Unit%203 )
4. [Unit 4 - Database Transaction Management ](Notes/Unit%204 )
5. [Unit 5 - NoSQL Databases ](Notes/Unit%205 )
6. [Unit 6 - Advances in Databases ](Notes/Unit%206 )
2024-07-24 20:43:56 +05:30
2024-07-25 12:41:40 +05:30
### Practical
2024-07-24 20:43:56 +05:30
2024-11-08 16:24:40 +05:30
> [!IMPORTANT]
2024-11-22 22:18:10 +05:30
> Queries for all problem statements expected for practical examination (2024) are in the ["Practical Exam"](Practical/Practical%20Exam) folder.
2024-11-08 16:24:40 +05:30
2024-09-29 23:01:27 +05:30
> Each folder contains **handout**, **write-up** and **database** and **softcopy** (i.e. copy + output).
2024-07-25 12:41:40 +05:30
2024-11-22 22:18:10 +05:30
1. [Assignment-A2 ](Practical/Assignment-A2 )
2. [Assignment-A3 ](Practical/Assignment-A3 )
3. [Assignment-A4+A5 ](Practical/Assignment-A4+A5 )
4. [Assignment-A6 ](Practical/Assignment-A6 )
5. [Assignment-A7 ](Practical/Assignment-A7 )
6. [Assignment-A8 ](Practical/Assignment-A8 )
7. [Assignment-B1 ](Practical/Assignment-B1 )
8. [Assignment-B2 ](Practical/Assignment-B2 )
9. [Assignment-B3 ](Practical/Assignment-B3 )
10. [Assignment-A9+B4+C1 (Mini Project) ](Practical/Assignment-A9+B4+C1%20%28Mini%20Project%29 )
2024-07-24 20:43:56 +05:30
2024-08-20 15:58:29 +05:30
### Question Papers
2024-11-22 22:18:10 +05:30
- [IN-SEM ](Question%20Papers/IN-SEM )
- [END-SEM ](Question%20Papers/END-SEM )
2024-08-20 17:12:58 +05:30
2024-11-22 22:18:10 +05:30
> [Sample IN-SEM Unit Test Paper](Question%20Papers/DBMS%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf)
2024-08-20 15:58:29 +05:30
2024-07-24 20:43:56 +05:30
---