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
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 6
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 4.17
Challenge Order By
Swipe um das Menü anzuzeigen
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
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 4.17Abschnitt 3. Kapitel 6
single