Write a query to select the 5 highest rated movies according to this ravg metric.
Now write a query to select the 5 lowest rated movies.
Notice the different ratio of English titles here.
Write a query to select the 5 movies with the highest revenue.
Now let's look at the 5 movies with the lowest revenue.
Let's see if the MPAA category is different.
Write a query to select all movies that lost money.
In other words, the movies WHERE revenue < budget.
Now order the movies that lost money by their ratings average.
Use the DESC flag so the highest rated are first.
We will continue working on this project over the next few labs.
Note down some notes of what we have learned so far and where we might go from here.