Skip to main content

Module 1.1: Projecting Columns from a Source Table

Decide which columns you want and what to call them: explicit projection and clean aliasing.

0/2

Module 1.2: Filtering Rows

Cut a scan down to the rows a model needs: comparisons, sets and ranges, NULL logic, and boolean predicates.

0/4

Module 1.3: Shaping the Result Set

Order, limit, and de-duplicate output for deterministic previews and top-N inspection.

0/2

Module 1.4: Types, Casting, Strings, and Dates

Coerce and clean raw values: type affinity and CAST, string functions, and SQLite date/time handling.

0/3