Activity 01
Format Name: Join Type Exploration
Students work in pairs with a pre-defined multi-table database (e.g., customers, orders, products). They are given specific scenarios and must write queries using INNER, LEFT, and RIGHT joins to retrieve the requested data, comparing the results of each join type.
Differentiate between various types of SQL joins (INNER, LEFT, RIGHT) and their use cases.
Facilitation TipDuring Pair Programming, have each pair predict the row count and columns before running their JOIN, then compare predictions to actual output to confront join type misconceptions.