Largest Population by Country (Challenge)

# Introduction In this challenge, we will query the information for the top 10 countries with the largest total population in the `city` table. Our SQL statements will retrieve the country code and total population, sort the results by population in descending order, and display only the top 10 records. This challenge will test your knowledge of the SELECT FROM, WHERE, ORDER BY, and GROUP BY clauses in SQL.

|60 : 00

Click the virtual machine below to start practicing