Get startedGet started for free

Customers who gave low ratings

Identify customers who were not satisfied with movies they watched on MovieNow. Report a list of customers with minimum rating smaller than 4.

This exercise is part of the course

Data-Driven Decision Making in SQL

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

-- Calculate the minimum rating of customer with ID 7
SELECT ___
___
___;
Edit and Run Code