Question: Modify the below SQL scripts with simple column or table addition , rerun the script and show the results. Include code and screen shot executable

Modify the below SQL scripts with simple column or table addition, rerun the script and show the results. Include code and screen shot executable results.

CREATE TABLE movies ( movie_id INTEGER PRIMARY KEY NOT NULL, movie_title varchar(30), genre varchar(20), date_of_release varchar(12) );

INSERT INTO movies VALUES (1, 'I Saw the Devil', 'Thriller', 'Mar 4, 2011'); INSERT INTO movies VALUES (2, 'Troll Hunter', 'Dark Fantasy', 'Jan 29, 2010'); INSERT INTO movies VALUES (3, 'Fury', 'War Film', 'Oct 15, 2014'); INSERT INTO movies VALUES (4, 'Come and See', 'Anti-War Film', 'July 9, 1985'); INSERT INTO movies VALUES (5, 'Gonjiam Haunted Asylum', 'Found Footage Horror','Mar 28, 2018');

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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!