|
silver
Search posts...
SQL문제풀기
[SQL문제풀기] Japan Population
silver
Apr 20, 2025
Contents
문제
MySQL, Oracle, MS SQL Server, DB2
문제
Japan Population | HackerRank
Query to the sum of the populations of all Japanese cities in CITY.
https://www.hackerrank.com/challenges/japan-population/problem?isFullScreen=true
MySQL, Oracle, MS SQL Server, DB2
내가 작성한 정답
select
sum
(population)
from
city
where
countrycode
=
'JPN'
;
Share article
silver
RSS
·
Powered by Inblog