Database Management Systems Syllabus & Notes
Relational database architecture, relational algebra, SQL optimization, ACID properties, transaction management, and indexing strategies.
Topics in Database Management Systems
- ACID Properties & Atomicity: Fundamental transaction processing guarantees in relational DBMS.
- B+ Trees & Disk Indexing: High-yield database disk indexing structure using B+ Trees.
- Normal Forms & BCNF: Boyce-Codd Normal Form and relational schema decomposition.
Sample Practice Questions
- Why are B+ Trees preferred over B-Trees for disk-based database indexing?
- Which ACID property guarantees that either all operations of a database transaction are executed or none of them are?
- A relation R is in Boyce-Codd Normal Form (BCNF) if for every non-trivial functional dependency X -> Y, which condition must hold?