Yurttas/PL/DBL/postgres/F/01/Movies/StarsIn-ins.sql
Revision as of 00:46, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→REM REM REM StarsIn-ins.sql REM REM: USE `yurttas-Movies`; INSERT INTO StarsIn VALUES('Amistad', 1997, 'Djimo...")
1/*
2REM
3REM
4REM StarsIn-ins.sql
5REM
6REM
7*/
8
9USE `yurttas-Movies`;
10
11INSERT INTO StarsIn
12 VALUES('Amistad', 1997, 'Djimon Hounsou');
13
14INSERT INTO StarsIn
15 VALUES('Mulan', 1998, 'Ming-Na Wen');
16
17INSERT INTO StarsIn
18 VALUES('Mulan', 1998, 'Eddie Murphy');
19
20INSERT INTO StarsIn
21 VALUES('Apollo 13', 1995, 'Tom Hanks');
22
23INSERT INTO StarsIn
24 VALUES('Apollo 13', 1995, 'Ed Harris');
25
26INSERT INTO StarsIn
27 VALUES('Apollo 13', 1995, 'Bill Paxton');
28
29INSERT INTO StarsIn
30 VALUES('Forrest Gump', 1994, 'Tom Hanks');
31
32INSERT INTO StarsIn
33 VALUES('Forrest Gump', 1994, 'Sally Field');
34
35INSERT INTO StarsIn
36 VALUES('Schindler''s List', 1993, 'Liam Neeson');
37
38INSERT INTO StarsIn
39 VALUES('Schindler''s List', 1993, 'Ben Kingsley');
40
41INSERT INTO StarsIn
42 VALUES('The Color Purple', 1985, 'Danny Glover');
43
44INSERT INTO StarsIn
45 VALUES('The Color Purple', 1985, 'Whoopi Goldberg');
46
47INSERT INTO StarsIn
48 VALUES('Flubber', 1998, 'Robin Williams');
49
50INSERT INTO StarsIn
51 VALUES('Flubber', 1998, 'Marcia Gay Harden');
52
53INSERT INTO StarsIn
54 VALUES('Good Will Hunting', 1997, 'Robin Williams');
55
56INSERT INTO StarsIn
57 VALUES('Good Will Hunting', 1997, 'Mat Damon');
58
59INSERT INTO StarsIn
60 VALUES('Bullets Over Broadway', 1994, 'John Cusak');
61
62INSERT INTO StarsIn
63 VALUES('Bullets Over Broadway', 1994, 'Jack Warden');
64
65INSERT INTO StarsIn
66 VALUES('Emma', 1996, 'Gwyneth Paltrow');
67
68INSERT INTO StarsIn
69 VALUES('Emma', 1996, 'James Cosmo');