Question: Using the sakila database in MySQL Workbench, complete the instructions listed below: Open MySQL Workbench and access sakila database. What query would you
Using the "sakila" database in MySQL Workbench, complete the instructions listed below:
Open MySQL Workbench and access sakila database. What query would you use against the sakila database to display the film_id , title , release_year from the film table that contain the word HUNTER? You also want to sort by release_year.
What query would you use to join the actor table to the film table in order to retrieve the actors first_name, last_name and title of film they are acting in?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
