SQL Playground
50 query challenges against a sample store database. Read the task, write the query, press Run. Your result is checked against the expected answer instantly. Click the grid icon in the runner to see every table and column.
0 / 50 solved
#1
All customers
BeginnerSELECT
Return every column for every customer.
Need a hint?
SELECT * FROM ...
Loading SQL sandbox…