carolinemcsherry / SCAD

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

User Story 20 - As a Researcher, I need to retrieve the top N populated cities in the world, where N is specified by me, to conduct comparative studies, analyse urbanization trends, and gather insights into global demographics for my research projects #66

Closed djackson001 closed 9 months ago

djackson001 commented 9 months ago

tasks to complete Connect to the existing database. Add function to retrieve data on population Add function to retrieve data on the world Add function to retrieve data on cities Generate report

Antonia2206 commented 9 months ago

select name, Population from city order by Population desc limit 10;