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
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 6
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 4.17
Challenge Order By
Desliza para mostrar el menú
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
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 4.17Sección 3. Capítulo 6
single