https://www.hackerrank.com/challenges/weather-observation-station-16/problem
Weather Observation Station 16 | HackerRank
Query the smallest of STATION's Northern Latitudes that is greater than 38.7780, and round to 4 decimal places
www.hackerrank.com
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
Weather Observation Station 17 | HackerRank
Query the Western Longitude for the smallest value of the Northern Latitudes greater than 38.7780 in STATION and round to 4 decimal places.
www.hackerrank.com
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 |