Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. The Review Table
Simple OVER()
PARTITION BY
Ranking functions
Window Frames
Analytic Functions
PARTITION BY ORDER BY
Order of Evaluation
Finished!

Instruction

Can customers rate movies? Let's find out.

Exercise

Select all the information from the Review table.

Customers can rate movies, too! This is done via reviews, which are stored in the Review table. Each review has an Id, a Rating (0-10), a CustomerId and a MovieId.