Course Content
Practice SQL with Cinema Database
Practice SQL with Cinema Database
Directors Income
Task
Swipe to start coding
Create a list of directors and their income from movies. For each director, count the total sum of money he/she earned from his/her movies. Then sort directors from by this income in descending order. Assign columns full_name
and income
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 5
Directors Income
Task
Swipe to start coding
Create a list of directors and their income from movies. For each director, count the total sum of money he/she earned from his/her movies. Then sort directors from by this income in descending order. Assign columns full_name
and income
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 5