Relational Databases
Back: 03 - Data Management MOC
Relational databases store data in structured tables with rows and columns, enforcing relationships through foreign keys and ensuring data integrity through ACID transactions. They are the foundation of most application data storage and remain the default choice for the majority of use cases.
Categories
- SQL Fundamentals
- Normalization
- Indexing
- Query Optimization
- Transactions & Concurrency
- Major Relational Databases
- Partitioning (Single-Node)
- Choosing a Relational Database — Tradeoffs