Course Content
Introduction to SQL
Introduction to SQL
Challenge: Find All Continents and Sort Them in Ascending Order
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get unique continent
values from the country
table, and display the result in ascending order.
Thanks for your feedback!
Challenge: Find All Continents and Sort Them in Ascending Order
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get unique continent
values from the country
table, and display the result in ascending order.
Thanks for your feedback!