セクション 3. 章 6
single
Challenge Order By
メニューを表示するにはスワイプしてください
Remember how to order the records by multiple columns. Let's say, you want to order all records by singer's name first and then by song's title:
12SELECT * FROM songs ORDER BY singer, title
タスク
スワイプしてコーディングを開始
Select records with AC/DC songs, and order it by title from A to Z, and then by album from Z to A.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください