セクション 3. 章 6
single
Challenge: Release Year Priority
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください