You are viewing a single comment's thread. Return to all comments →
SELECT co.continent, FLOOR(AVG(ci.population)) FROM country co JOIN city ci ON co.code = ci.countrycode 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 →