Sunday, 24 March 2019

Japan Population HackerRankl Solution In MYSQL

Problem:-

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:


Solution:-

select sum(population)
from city

where countrycode="JPN"

No comments:

Post a Comment

Error While embed the video in Your website page

Error:- Refused to display '<URL>' in a frame because it set 'X-Frame-Options' to 'sameorigin Solution:- if ...