๋ฐ์ํ
๋ฌธ์
https://www.hackerrank.com/challenges/weather-observation-station-1/problem
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
๋ฐ์ํ
'Algorithm > SQL Query test' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[MySQL] HackerRank - Weather Observation Station 4 (0) | 2021.07.20 |
---|---|
[MySQL] HackerRank - Weather Observation Station 3 (0) | 2021.07.20 |
[MySQL] HackerRank - Japanese Cities' Names (0) | 2021.07.20 |
[MySQL] HackerRank - Japanese Cities' Attributes (0) | 2021.07.20 |
[MySQL] HackerRank - Select By ID (0) | 2021.07.20 |