Course Content
Introduction to SQL
Introduction to SQL
Challenge: Dual-Sort Query
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
Thanks for your feedback!
Challenge: Dual-Sort Query
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
Thanks for your feedback!
Challenge: Dual-Sort Query
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
Thanks for your feedback!
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.