BASIC SELECT
Last updated 1 year ago
Was this helpful?
Question Link
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
SELECT * FROM city;