[HackerRank] Japan Population

2021. 1. 21. 21:21데이터베이스/SQL

728x90
반응형

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

 

Input Format


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