AltQuery
Initializing SQL database...
Back to Questions

Select All from Cities #9

easy

Write a query to select all columns from the cities table. This is a fundamental SQL operation. The asterisk (*) is a wildcard that represents all columns in the table. Your result should show every row and every column from the table.

Practice with:

Database Schema

cities

cities information

idnamevalue

Expected Output

Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!

SQL Editor

Loading...

Start typing for autocomplete

AI Help

Ask for help!