Guest User

Untitled

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