Activity 01
Pair Practice: Basic Query Builder
Provide pairs with a sample database of school events. Students write SELECT FROM queries first, then add WHERE clauses to filter by date or location. Pairs test queries in an online SQL editor and swap to check each other's results.
Construct a simple SQL query to retrieve specific information from a database table.
Facilitation TipDuring Pair Practice: Basic Query Builder, circulate and ask each pair to read their query aloud before running it, reinforcing that SQL is a precise language.
What to look forProvide students with a small, simple database table (e.g., a list of students with names, ages, and grades). Ask them to write a SQL query to find all students older than 13. Review their queries for correct SELECT, FROM, and WHERE syntax.