As an employee of the World Health Organisation, Population monitoring team a report is required of the top N populated countries in a region where N is provided by the user.
Where "N" is a variable number
Connect to database
Run the Query
Report to be in CSV format
include columns
• The name of the region/country.
• The total population of the region/country.
• The total population of the region/country living in cities (including a %).
• The total population of the region/country not living in cities (including a %).
A country report requires the following columns:
Code.
Name.
Continent.
Region.
Population.
Capital.
As an employee of the World Health Organisation, Population monitoring team a report is required of the top N populated countries in a region where N is provided by the user. Where "N" is a variable number
Connect to database Run the Query Report to be in CSV format include columns • The name of the region/country. • The total population of the region/country. • The total population of the region/country living in cities (including a %). • The total population of the region/country not living in cities (including a %).
A country report requires the following columns: Code. Name. Continent. Region. Population. Capital.