Largest Population in Five Countries (Challenge)

# Introduction In this challenge, we will perform a query on the population data in the `city` table to retrieve the top five countries or regions with the largest population. To accomplish this, we will utilise the SELECT, ORDER BY, GROUP BY, and LIMIT clauses. Importing the provided data into a MySQL database and scripting the query are required to complete this task.

|60 : 00

Click the virtual machine below to start practicing