Learn to write SELECT queries step by step
Build SQL queries to retrieve data from databases.
Master SELECT, FROM, WHERE, AND, and OR!
Select ALL columns from the Students table
Select only Name and Age columns
Numbers don't need quotes
Strings need quotes (single or double)
AND = both conditions must be true
You've completed all 10 challenges!