Challenge: Non-Europe Capitals Sort
Swipe to start coding
Write an SQL query to get the name, capital, and continent columns from the country table (please retrieve these columns in this order). These countries must be not from the Europe continent. Sort the result by the capital column.
Note
europeis not the same asEurope, so be careful and write:Europecorrectly.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.44
Challenge: Non-Europe Capitals Sort
Swipe to show menu
Swipe to start coding
Write an SQL query to get the name, capital, and continent columns from the country table (please retrieve these columns in this order). These countries must be not from the Europe continent. Sort the result by the capital column.
Note
europeis not the same asEurope, so be careful and write:Europecorrectly.
Solution
Thanks for your feedback!
single