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
Swipe to start coding
Select records with AC/DC songs, and order it by title
from A to Z, and then by album
from Z to A.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 4.17
Challenge Order By
Glissez pour afficher le menu
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
Swipe to start coding
Select records with AC/DC songs, and order it by title
from A to Z, and then by album
from Z to A.
Solution
Merci pour vos commentaires !
Awesome!
Completion rate improved to 4.17single