← Back to Games

🔍 SQL Query Quiz

Predict what the query will return!

🔍 SQL Results Predictor

You'll see a database table and an SQL query.
Predict which rows will be returned!

📖 Remember:

  • SELECT * = all columns
  • WHERE filters which rows are returned
  • Numbers: Age > 16 (no quotes)
  • Strings: House = "Red" (with quotes)
  • AND = both conditions must match
  • OR = either condition can match
🏆

Quiz Complete!

0
Score
0/12
Correct
A