DatabaseManagementSystems/README.md
2024-08-21 15:34:25 +05:30

33 lines
2.0 KiB
Markdown

# Database Management Systems (DBMS)
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.
---
## 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)
### Practical
> 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)
3. [Assignment-A4+A5](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A4+A5)
4. [Assignment-A6](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A6)
5. [Assignment-A7](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A7)
6. [Assignment-A8](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A8)
### Question Papers
- [IN-SEM](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Question%20Papers/IN-SEM)
- [END-SEM](https://git.kska.io/sppu-te-comp-content/DatabaseManagementSystems/src/branch/main/Question%20Papers/END-SEM)
> [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)
---