https://www.hackerrank.com/challenges/weather-observation-station-16/problem
Query the smallest Northern Latitude (LAT_N) from STATION that is greater than 38.7880. Round your answer to 4 decimal places.
Input Format
The STATION table is described as follows:
38.7880보다 큰 LAT_N 중 가장 작은 LAT_N을 반올림하여 소수점 4자리까지 출력
https://www.hackerrank.com/challenges/weather-observation-station-17/problem
Query the Western Longitude (LONG_W)where the smallest Northern Latitude (LAT_N) in STATION is greater than 38.7880. Round your answer to 4 decimal places.
Input Format
The STATION table is described as follows:
38.7880보다 큰 LAT_N 중 가장 작은 LAT_N의 LONG_W를 반올림하여 소수점 4자리까지 출력
반응형
'지식저장소 > SQL' 카테고리의 다른 글
[SQL/MYSQL] HackerRank - Weather Observation Station 19 (0) | 2022.06.10 |
---|---|
[SQL/MYSQL] HackerRank - Weather Observation Station 18 (0) | 2022.06.10 |
[SQL/MYSQL] HackerRank - Weather Observation Station 15 (0) | 2022.06.10 |
[SQL/MYSQL] HackerRank - Weather Observation Station 14 (0) | 2022.06.10 |
[SQL/MYSQL] HackerRank - Weather Observation Station 13 (0) | 2022.06.10 |