SectionΒ 1. ChapterΒ 18
single
Challenge: Release Year Priority
Swipe to show menu
Task
Swipe to start coding
Write a query to retrieve all columns from the movies table and order the results so that movies with genre 'Sci-Fi' released after 2010 appear first. All other movies should follow, ordered by release_year in descending order.
- Use a
CASE WHENstatement in theORDER BYclause to assign the highest priority to movies wheregenreis'Sci-Fi'andrelease_yearis greater than 2010. - Order the remaining movies by
release_yearin descending order.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 18
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat