Skip to content

Instantly share code, notes, and snippets.

@JeromeBATAILLE
Created November 20, 2018 12:06
Show Gist options
  • Save JeromeBATAILLE/04899667dfabfa1eb65aa98d4f0ca9de to your computer and use it in GitHub Desktop.
Save JeromeBATAILLE/04899667dfabfa1eb65aa98d4f0ca9de to your computer and use it in GitHub Desktop.
SQL 1 - Récupérer des informations
SELECT * from employee;
SELECT name from movie;
SELECT id, poster from movie;
SELECT poster, comment as avis_spectateur from movie;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment