728x90
반응형
https://www.hackerrank.com/challenges/population-density-difference/problem?isFullScreen=true
문제
Query the difference between the maximum and minimum populations in CITY.
Input Format
The CITY table is described as follows:
Code
SELECT MAX(POPULATION) - MIN(POPULATION)
FROM CITY
728x90
반응형
'SQL > MySQL' 카테고리의 다른 글
[MySQL/HackerRank] Average Population of Each Continent (0) | 2023.08.21 |
---|---|
[MySQL/HackerRank] The Blunder (0) | 2023.08.21 |
[MySQL/HackerRank] Japan Population (0) | 2023.08.21 |
[MySQL/HackerRank] Average Population (0) | 2023.08.21 |
[MySQL/HackerRank] Revising Aggregations - Averages (0) | 2023.08.21 |