Question Description
there are two tables MovieGoers and Movie
Generate the report using one single select statement — do not create interim tables.
The single statement can be as complicated as it needs to be.
DO NOT USE CASE, select statements between select and from in place of columns
1) Generate a report to list all available genre. (this is a single column list)
3) For each Subscriber, identify their preferred genre (preferred genre is indicated
by most frequently watched)
5) For each genre, list the most watched movie of that genre.
7) For each year, list the genre that was released most number of times.