Course Content
Practice SQL with Cinema Database
Practice SQL with Cinema Database
Two Most Popular Movies
Task
Swipe to start coding
Find the most popular movie of the 20th century, and also the most popular movie of the 21st century (both based on total sales).
To submit the task, output two rows with columns named movie
(for movie label), income
(for total sales), and year
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 7
Two Most Popular Movies
Task
Swipe to start coding
Find the most popular movie of the 20th century, and also the most popular movie of the 21st century (both based on total sales).
To submit the task, output two rows with columns named movie
(for movie label), income
(for total sales), and year
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 7