Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:
문제에서 말한 요구조건인 ID가 1661인 것들을 where문에서 조회하면 된다.
SELECT ID, NAME, COUNTRYCODE, DISTRICT, POPULATION FROM CITY WHERE ID = '1661'