This assignment will require you to write ten SQL queries to retrieve information of interest from the
sakila database in MySQL. These queries will progress in complexity and will range from easy to
moderate. Prior to attempting any queries, you should begin by exploring the sakila database to see what
the tables are and what kind of information is contained in each. In each question you will be given the
names of the columns needed in the output table as well as the tables you should use in your query – this
will help save you some time. It is a good idea to explore the tables needed for each problem in-depth and
think about how the information is linked