Population Census

  • + 0 comments

    select sum(a.population) as total_population from city a join country b on a.countrycode = b.code where b.continent = 'Asia';