< 과제 >
Query a list of CITY and STATE from the STATION table. The STATION table is described as follows:
< 내 코드 >
SELECT city, state FROM station;
< 출처 > https://www.hackerrank.com/domains/sql