< 과제 >
Query all columns for a city in CITY with the ID 1661. The CITY table is described as follows:
Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:
< 내 코드 >
SELECT * FROM city WHERE ID = 1661;
< 출처 > https://www.hackerrank.com/domains/sql