Course Content
Practice SQL with Cinema Database
Practice SQL with Cinema Database
Movies Rating
Task
Swipe to start coding
For each cinema, let's create a rating of movies: order movies in each cinema by its rating
. Display the cinema.label, movie.label, and rating as cinema
, movie
, and rating
columns. Order records by cinema.id
and rating
(starting with the best).
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 8
Movies Rating
Task
Swipe to start coding
For each cinema, let's create a rating of movies: order movies in each cinema by its rating
. Display the cinema.label, movie.label, and rating as cinema
, movie
, and rating
columns. Order records by cinema.id
and rating
(starting with the best).
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 8