< 과제 >
Query all columns (attributes) for every row in the CITY table. The CITY table is described as follows:
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
< 내 코드 >
SELECT * FROM city;
< 출처 > https://www.hackerrank.com/domains/sql