SELECT All Columns
beginnerLearn to retrieve all data from a table using SELECT *
Mission Task
Retrieve all columns from the users table to see the complete customer information.
Target Data Structure
| id | name | age | country | city | |
|---|---|---|---|---|---|
| 1 | Alice Johnson | alice@email.com | 28 | USA | New York |
| 2 | Bob Smith | bob@email.com | 35 | UK | London |
| 3 | Charlie Brown | charlie@email.com | 42 | Canada | Toronto |
| 4 | Diana Prince | diana@email.com | 31 | USA | Los Angeles |
| 5 | Eve Wilson | eve@email.com | 26 | Australia | Sydney |
10 row(s) required
System Schema
buffer.sql
INITIALIZING SQL CORE...
⌨
Ready to Execute