융무의 기술블로그
article thumbnail

https://www.hackerrank.com/challenges/japan-population/problem

 

Japan Population | HackerRank

Query to the sum of the populations of all Japanese cities in CITY.

www.hackerrank.com

Query the sum of the populations for all Japanese cities in CITY. The COUNTRYCODE for Japan is JPN.

Input Format

The CITY table is described as follows:

SELECT SUM(POPULATION)
FROM CITY
WHERE COUNTRYCODE = 'JPN';
profile

융무의 기술블로그

@융무

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