Challenge: Dual-Sort Query
Task
Swipe to start coding
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
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 4