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, 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
Solution Here are the SQL statements for creating the MOVIESTAR table inserting dat... View full answer
Get step-by-step solutions from verified subject matter experts
