Concept Flow - INNER JOIN with table aliases
Start with two tables
Assign aliases to tables
Write INNER JOIN using aliases
Match rows where join condition is true
Combine matched rows into result
Return joined rows as output
We start with two tables, give them short names (aliases), then join rows where a condition matches, producing combined rows.