Course Content
Introduction to SQL
Introduction to SQL
Challenge: Population Sort
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the data from the population
column, using a SELECT
statement, and sort it in ascending order.
Thanks for your feedback!
Challenge: Population Sort
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the data from the population
column, using a SELECT
statement, and sort it in ascending order.
Thanks for your feedback!