Film producers want to show the work of analysts. They do not always do it well. Sometimes it ends in a strange mix of mathematics and supernatural skills that gives the people working with data a headache. In no order, here is my selection of the best Hollywood and independent films featuring data analysis. USE the tables of the database Holly_Movies to answer SQL related questions below. NB: You do not need to create the database. If you join too many tables together that are not needed for the query, you will not receive full marks. Some information is not captured in the tables below. You may need to assume that your database has all the records. NB: You should solve this problem using the SQL syntax only. Write an SQL query on the Holly_Movies database to answer the following questions and ensure that all SQL returned results are in alphabetical order where necessary. Perform a search in the Holly_Movies database for all movies i.e., movies with “Action” genre that William Shatner both directed and appeared in as an actor of a movie.
Film producers want to show the work of analysts. They do not always do it well.
Sometimes it ends in a strange mix of mathematics and supernatural skills that gives
the people working with data a headache. In no order, here is my selection of the best
Hollywood and independent films featuring data analysis. USE the tables of the
NB: You do not need to create the database. If you join too many tables together that
are not needed for the query, you will not receive full marks. Some information is not
captured in the tables below. You may need to assume that your database has all the
records.
NB: You should solve this problem using the SQL syntax only. Write an SQL query on the
Holly_Movies database to answer the following questions and ensure that all SQL returned
results are in alphabetical order where necessary.
Perform a search in the Holly_Movies database for all movies i.e., movies with
“Action” genre that William Shatner both directed and appeared in as an actor of a
movie.
Step by step
Solved in 2 steps