Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
Solution Implementation
select * from City
Copied!
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
Solution Implementation
select * from City