Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
모든 Field를 조회하면 된다.
SELECT ID, NAME, COUNTRYCODE, DISTRICT, POPULATION FROM CITY