Learn the SQL you need for analytics — SELECT to JOINs — using DuckDB, the in-process analytics database.
A two-lesson taste of courses-as-code, synced from GitHub.
RANK, LAG, and rolling aggregates — the SQL that turns row-by-row data into answers about change over time.
A full transformation pipeline on your laptop: dbt models compiled straight into an in-process DuckDB.
Structs, lists, and raw JSON columns — how to unnest the messy shapes real APIs hand you.