Skip to content

02. Databases

Understand how backend systems store and retrieve reliable data.

  • Relational model fundamentals.
  • SQL essentials: SELECT, JOIN, GROUP BY, transactions.
  • Schema design and normalization basics.
  • Indexes and query performance basics.
  • Intro to NoSQL tradeoffs.
  • One relational schema for a real app idea.
  • SQL scripts for core operations.
  • Basic migration workflow.

You can design tables for an application and write reliable queries for common product features.