Challenge: North America Population Sort
Task
Swipe to start coding
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 2