Select All

January 17, 2024

Query all columns (attributes) for every row in the CITY table.

The CITY table is described as follows:

SELECT * FROM CITY;

Last updated