Question: Using the film table from the sakila data, please write a query to do the following: 1. A SELECT statement that selects the rating of
Using the film table from the sakila data, please write a query to do the following: 1. A SELECT statement that selects the rating of each film. 2. GROUP the rating in (1) and COUNT each row of the group 3. Add a new column to your SELECT statement in (2) to find the most recent release year for each rating. You may use the MAXO function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
