Challenge: North America Population Sort
Swipe to start coding
Write an SQL query to select the columns id, name, population, and continent from the country table. Only include rows where the continent is 'North America'. Sort the results by the population column in descending order.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 2.38
Challenge: North America Population Sort
Swipe to show menu
Swipe to start coding
Write an SQL query to select the columns id, name, population, and continent from the country table. Only include rows where the continent is 'North America'. Sort the results by the population column in descending order.
Solution
Thanks for your feedback!
single