Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
Answer :
SQL
select * from CITY
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
Answer :
select * from CITY