You are viewing a single comment's thread. Return to all comments →
SELECT co.Continent, FLOOR(AVG(ci.population)) FROM city as ci join country as co on ci.countryCode = co.code GROUP BY co.Continent
Seems like cookies are disabled on this browser, please enable them to open this website
Average Population of Each Continent
You are viewing a single comment's thread. Return to all comments →