BASIC SELECT
Question Linkarrow-up-right
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
SELECT * FROM city;
Last updated 2 years ago