01 — Intro to SQL

02a — SQL Components

02b — SELECT Statement

03 — Data Definition Language (DDL)

04 — Data Manipulation Language (DML)

05 — Filtering Data (WHERE Clause)

06a — SQL JOINs

06b — SET Operations

07a — String Functions

07b — Number Functions

07c — Date & Time Functions

07d — NULL Functions & CASE Statement

08a — Aggregate Functions & GROUP BY

08b — Window Functions

09a — Subqueries

09b — Common Table Expressions (CTEs)

09c — Views & Temporary Tables

09d — Stored Procedures

09e — Triggers