융무의 기술블로그
article thumbnail

https://www.hackerrank.com/challenges/population-density-difference/problem?h_r=next-challenge&h_v=zen

 

Population Density Difference | HackerRank

Query the difference between the maximum and minimum city populations in CITY.

www.hackerrank.com

Query the difference between the maximum and minimum populations in CITY.

Input Format

The CITY table is described as follows:

SELECT MAX(POPULATION) - MIN(POPULATION)
FROM CITY;
profile

융무의 기술블로그

@융무

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!