5 Things Learned:
- How to design ER diagrams and normalize tables.
- Writing SQL queries for CRUD operations.
- Using keys (primary, foreign) to enforce relationships.
- How indexes improve lookup performance.
- Basics of transactions and data integrity.
3 Questions I Still Have:
- How are distributed databases managed efficiently?
- How is SQL so extensible but also readable?
- How does query optimization work behind the scenes?