carolinemcsherry / SCAD

Software Engineering Methods Coursework Assessment
Apache License 2.0
1 stars 0 forks source link

30- Code Required - All the countries in a region organised by largest population to smallest. #146

Closed Antonia2206 closed 7 months ago

Antonia2206 commented 7 months ago

As a data analyst I need to know all the countries in a region organised by largest population to smallest to make data-driven decisions, and generate valuable insights for stakeholders.

SELECT name as country, population FROM country; -- retrieves country name and population