0% found this document useful (0 votes)
21 views1 page

SQL 1320 Films Data

This SQL statement inserts 12 films into a films table including the name and length in minutes for each film.

Uploaded by

Varun Taurus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

SQL 1320 Films Data

This SQL statement inserts 12 films into a films table including the name and length in minutes for each film.

Uploaded by

Varun Taurus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

INSERT INTO films (name, length_min)

VALUES ('Blade Runner 2049',153),


('Dunkirk',106),
('Geostorm',121),
('Thor: Ragnarok',107),
('Jigsaw',116),
('The Death of Stalin',98),
('The Lego Ninjago Movie',101),
('Murder on the Orient Express',135),
('Paddington 2',88),
('Breathe',117),
('Blade Runner',127),
('Victoria and Abdul',112);

You might also like