Activity 01
Query Challenge Relay: Basic SELECT Stations
Divide class into teams at computers with a shared database of fictional sales records. Each team member writes one query segment (SELECT, WHERE, ORDER BY) then tags the next teammate. First team to run a complete query and explain results wins. Debrief as whole class.
Construct basic SQL queries to extract specific information from a database.
Facilitation TipDuring Query Challenge Relay, set a timer for each station so students focus on writing correct queries quickly, then rotate to see peer solutions.
What to look forProvide students with a small, pre-defined database table (e.g., a list of students with names, grades, and subjects). Ask them to write a single SQL query to find all students who scored above 80% in Math. Review their queries for correct syntax and logic.