Kursinnhold
Data Manipulation using SQL
Data Manipulation using SQL
1. Database and Nested Queries
2. SQL Joining Tables
Challenge: the Biggest Album
Oppgave
Swipe to start coding
Find the album's title (title
) with a maximum number of songs (count id
s). If there are multiple answers, select the first one from sorted in the lexicographical order.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 2
Challenge: the Biggest Album
Oppgave
Swipe to start coding
Find the album's title (title
) with a maximum number of songs (count id
s). If there are multiple answers, select the first one from sorted in the lexicographical order.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 2