Unit 2
Data — Where Information Lives
Databases, SQL, storage, and how apps remember things.
- 01 4 pages
What Is a Database?
The spreadsheet mental model, rows, columns, tables, and why RAM isn't enough
- 02 6 pages
SQL — Talking to the Database
SELECT, INSERT, UPDATE, WHERE — the language databases understand
- 03 7 pages
Relational Data
Foreign keys, joins, and why one table is never enough
- 04soon
Supabase — A Database You Can Use
Real setup, real queries, connecting to your apps
- 05soon
Other Database Types
Redis, MongoDB, and when to pick each one