Guest User

Untitled

a guest
Nov 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. SELECT * FROM movie;
  2.  
  3. SELECT name FROM movie;
  4.  
  5. SELECT id,poster FROM movie;
  6.  
  7. SELECT poster,comment AS commentaire FROM comment;
Add Comment
Please, Sign In to add comment