Created
November 27, 2018 15:01
-
-
Save JeromeBATAILLE/24175787606fc23e99d7175836c27e49 to your computer and use it in GitHub Desktop.
SQL 2 - Insérer des informations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `movie` VALUES (null,'Interstellar','https://www.gravatar.ghdjecjecvd.com','Best space opera ever!'); | |
INSERT INTO `movie`(`name`, `poster`, `comment`) VALUES ('Matrix','https://WWW.gravatar.gkuegde.com','Welcome to the real world'); | |
INSERT INTO `movie`(`name`, `poster`, `comment`) VALUES ('Matrix','https://WWW.gravatar.gkuegde.com','Welcome to the real world'), ('Matrix Reloaded','https://WWW.gravatar.gkuegde.com','The game has changed'), ('Matrix Revolution','https://WWW.gravatar.gkuegde.com','Liberty'); | |
INSERT INTO `movie`(`name`) VALUES ('Inception'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment