Beginning SQL

Beginning SQL Beginning SQL

marjan.fesb.hr
from marjan.fesb.hr More from this publisher
20.07.2013 Views

Rating, CategoryId ) VALUES ( 2, ‘On Golden Puddle’, 1967, ‘A couple find love while wading through a puddle.’, ‘Y’, 4, 2 ); INSERT INTO Films ( FilmId, FilmName, YearReleased, PlotSummary, AvailableOnDVD, Rating, CategoryId ) VALUES ( 3, ‘The Lion, the Witch, and the Chest of Drawers’, 1977, ‘A fun film for all those interested in zoo/magic/furniture drama.’, ‘N’, 1, 3 ); INSERT INTO Films ( FilmId, FilmName, YearReleased, PlotSummary, AvailableOnDVD, Rating, CategoryId ) VALUES ( 4, ‘Nightmare on Oak Street, Part 23’, 1997, ‘The murderous Terry stalks Oak Street.’, ‘Y’, 2, Initial Data Setup 463

Rating,<br />

CategoryId<br />

)<br />

VALUES<br />

(<br />

2,<br />

‘On Golden Puddle’,<br />

1967,<br />

‘A couple find love while wading through a puddle.’,<br />

‘Y’,<br />

4,<br />

2<br />

);<br />

INSERT INTO Films<br />

(<br />

FilmId,<br />

FilmName,<br />

YearReleased,<br />

PlotSummary,<br />

AvailableOnDVD,<br />

Rating,<br />

CategoryId<br />

)<br />

VALUES<br />

(<br />

3,<br />

‘The Lion, the Witch, and the Chest of Drawers’,<br />

1977,<br />

‘A fun film for all those interested in zoo/magic/furniture drama.’,<br />

‘N’,<br />

1,<br />

3<br />

);<br />

INSERT INTO Films<br />

(<br />

FilmId,<br />

FilmName,<br />

YearReleased,<br />

PlotSummary,<br />

AvailableOnDVD,<br />

Rating,<br />

CategoryId<br />

)<br />

VALUES<br />

(<br />

4,<br />

‘Nightmare on Oak Street, Part 23’,<br />

1997,<br />

‘The murderous Terry stalks Oak Street.’,<br />

‘Y’,<br />

2,<br />

Initial Data Setup<br />

463

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!