[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';
'데이터베이스 > SQL' 카테고리의 다른 글
[HackerRank] Weather Observation Station 8 (0) | 2021.01.22 |
---|---|
[HackerRank] Weather Observation Station 7 (0) | 2021.01.22 |
[HackerRank] Employee Names (0) | 2021.01.21 |
[HackerRank] Weather Observation Station 6 (0) | 2021.01.21 |
[HackerRank] Weather Observation Station 5 (0) | 2021.01.20 |