Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Albums with Two Songs | SQL Tasks
Data Manipulation using SQL

Swipe to show menu

book
Challenge: Albums with Two Songs

Congratulations! Now you are ready to create queries in SQL.

We will use the same database with tables songs, singers and albums.

songs

albums

singers

Task

Swipe to start coding

Find the album's ids (id), titles (title) and release dates (year) with number of songs equal to 2. Order these albums from oldest to newest.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 1
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

Awesome!

Completion rate improved to 5.88

book
Challenge: Albums with Two Songs

Congratulations! Now you are ready to create queries in SQL.

We will use the same database with tables songs, singers and albums.

songs

albums

singers

Task

Swipe to start coding

Find the album's ids (id), titles (title) and release dates (year) with number of songs equal to 2. Order these albums from oldest to newest.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

close

Awesome!

Completion rate improved to 5.88

Swipe to show menu

some-alt