Question: Write Structured Query Language (SQL) statements based on the following relational scheme. MOVIE (MOVCode, MovTitle, MovYear, MovLength) STARIN (MovCode, StarID, Role) MOVIESTAR (StarID, StarName,

Write Structured Query Language (SQL) statements based on the following relational scheme. MOVIE (MovCode, 

Write Structured Query Language (SQL) statements based on the following relational scheme. MOVIE (MOVCode, MovTitle, MovYear, MovLength) STARIN (MovCode, StarID, Role) MOVIESTAR (StarID, StarName, StarAdd, StarContact, StarGender, StarDOB) a) Using a suitable datatype, create a table name MOVIESTAR. b) Insert the following information into MOVIE table. Mov_Code Mov_Title MovYear MovLength AP111 Toy Story 4 2019 180 c) Change the information for MovCode = AS123 as follows: MovYear MovLength 2012 300

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Solution Here are the SQL statements for creating the MOVIESTAR table inserting dat... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!