제밍 2022. 11. 2. 10:50

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

The CITY table is described as follows:

 

 

 

SELECT *
FROM CITY ;