Course Content
Practice SQL with Cinema Database
Practice SQL with Cinema Database
Two Most Popular Movies
Task
Swipe to show code editor
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
.
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 7
Two Most Popular Movies
Task
Swipe to show code editor
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
.
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 7
Switch to desktop for real-world practiceContinue from where you are using one of the options below