Course Content
Practice SQL with Cinema Database
Practice SQL with Cinema Database
Rating of Directors
Task
Swipe to start coding
Create a rating of directors: track the average rating of their movies, and return the list of directors ordered by this value in descending order. Name columns as full_name
and rating
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 4
Rating of Directors
Task
Swipe to start coding
Create a rating of directors: track the average rating of their movies, and return the list of directors ordered by this value in descending order. Name columns as full_name
and rating
.
Solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 4