JulieGcql
11/18/2018 - 3:18 PM

requetes2.sql

INSERT INTO movie VALUES (null, 'Fight Club', 'https://m.media-amazon.com/images/M/MV5BMjJmYTNkNmItYjYyZC00MGUxLWJhNWMtZDY4Nzc1MDAwMzU5XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_SY1000_CR0,0,676,1000_AL_.jpg', 'you don't talk about Fight Club');

INSERT INTO movie (name, poster, comment) VALUES ('Pulp Fiction', 'https://unregardattentif.files.wordpress.com/2015/02/pulp_fiction-affiche.jpg', 'You know what they call a Quarter Pounder with Cheese in Paris?');

INSERT INTO movie (name, poster, comment) VALUES ('Trainspotting', 'https://cdn2.bigcommerce.com/server5000/yshlhd/products/6716/images/132650/full.trainspotting-10201__63610.1516342602.400.400.jpg?c=2', 'Choose life. Choose a job. Choose a family'), ('Scaface', 'https://images-na.ssl-images-amazon.com/images/I/41yPhrW%2B%2BOL.jpg', 'the world chico and everything in it'), ('Guardians of the galaxy', 'http://fr.web.img5.acsta.net/pictures/14/08/04/15/09/405662.jpg', 'I AM GROOT');

INSERT INTO movie (name) VALUES ('Star Wars : A New Hope');