🔍 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