Question: Your tasks: CREATE the tables using MySQL . You will have to decide the datatypes for each column. Important: Consider the order in which you
Your tasks:
CREATE the tables using MySQL You will have to decide the datatypes for each column.
Important: Consider the order in which you create the tables points
Write statements that will INSERT at least rows of data into each table. Some tables will have more based on the relationships points
Write statements for each of the following: points each: points in all
DELETE a row from the MovieStream tableALTER the Movies table structure by adding a column ACADEMYAWARD.This will show whether the movie won the award for Best Picture
The values for this will hold one of two values or in other words a Boolean value. This column allows Null values.
UPDATE the genre of a movie in the Movies table. Use a movie name present in the table in your update statement. You are updating one movieUPDATE the rating in the MovieStream table for a given movie and streaming service. Use a movie name, streaming service nameand use the appropriate join clausesSELECT all movies where a given actor has had a role. Use an actor's name and the appropriate join clauses.SELECT the streaming service name and subscription fee and display it in descending order of the service name
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
