You are viewing a single comment's thread. Return to all comments →
why is my query not working?
select country.continent , round(avg(city.population),0) from country join city on city.countrycode = country.code group by country.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 →
why is my query not working?
select country.continent , round(avg(city.population),0) from country join city on city.countrycode = country.code group by country.continent;