Course Content
Introduction to SQL
Introduction to SQL
Challenge: Sort Countries in Ascending Order
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve all country name
values from the country
table, and display the results sorted in ascending order.
Thanks for your feedback!
Challenge: Sort Countries in Ascending Order
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve all country name
values from the country
table, and display the results sorted in ascending order.
Thanks for your feedback!