Course Content
Data Manipulation using SQL
Data Manipulation using SQL
1. Database and Nested Queries
2. SQL Joining Tables
Challenge: the Biggest Album
Task
Swipe to show code editor
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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2
Challenge: the Biggest Album
Task
Swipe to show code editor
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.
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2
Switch to desktop for real-world practiceContinue from where you are using one of the options below