3 — Database Models
Purpose
[stub: database-models]
Metadata
| Author | Amit Singh |
| Scope | dbms |
Local graph
Related notes
1 — Why Databases Exist
Traces the shift from file-based storage to DBMS, the problems that shift solved, and introduces OLTP vs OLAP and the CAP perspective.
2 — Database Architecture
Covers the three-schema architecture (external, conceptual, internal), data independence, and the core components inside a DBMS.
Database Management Systems
A book-shaped table of contents for DBMS: relational foundations through SQL mastery, storage internals, transactions, distributed databases, NoSQL, and MAANG interview prep — cross-linking existing system-design/patterns notes instead of duplicating them.
3 — Joins
Compares inner, left, right, full, self, cross, anti, and semi joins and how each changes a query's result set.