You are viewing a single comment's thread. Return to all comments →
SELECT SUM(POPULATION) FROM CITY WHERE COUNTRYCODE IN ( SELECT CODE FROM COUNTRY WHERE CONTINENT = 'Asia')
we can use the Where statement to match the Country code keys
Seems like cookies are disabled on this browser, please enable them to open this website
Population Census
You are viewing a single comment's thread. Return to all comments →
we can use the Where statement to match the Country code keys