문제 설명 (Difficulty: Easy)
Query a list of CITY and STATE from the STATION table.
(STATION 테이블에서 CITY와 STATE 목록을 쿼리하세요.)
The STATION table is described as follows:
(STATION 테이블은 다음과 같이 설명됩니다.)
where LAT_N is the northern latitude and LONG_W is the western longitude.
(여기서 LAT_N은 북쪽 위도이고, LONG_W는 서쪽 경도입니다.)
풀이 과정 (MySQL)
'SQL > HackerRank' 카테고리의 다른 글
[HackerRank] Weather Observation Station 4 (0) | 2022.01.19 |
---|---|
[HackerRank] Weather Observation Station 3 (0) | 2022.01.19 |
[HackerRank] Japanese Cities' Names (0) | 2022.01.14 |
[HackerRank] Japanese Cities' Attributes (0) | 2022.01.14 |