SELECT, WHERE, ORDER BY, and LIMIT
By the end of this module you can write a SELECT that says exactly what you mean, predict which rows a filter will silently drop, and use SQL's logical evaluation order to know where an alias is visible and where relying on it will break on another engine.
Units
- Unit 02.00: Naming columns instead of SELECT *
- Unit 02.01: Filtering: what WHERE silently excludes
- Unit 02.02: Logical order: when an alias is visible
- Unit 02.03: Sorting, ties, and non-deterministic LIMIT
- Unit 02.04: Exploring safely without shipping a truncated total
