[HackerRank] Weather Observation Station 1

MySQL > Weather Observation Station 1

Query a list of CITY and STATE from the STATION table.
The STATION table is described as follows:

where LAT_N is the northern latitude and LONG_W is the western longitude.

SELECT CITY, STATE
FROM STATION ;

좋은 웹페이지 즐겨찾기