Guest User

Untitled

a guest
Jan 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. SELECT | gives the right to read the table contents.
  2. INSERT | gives the right to add new rows to the table.
  3. DELETE | gives the right to remove rows from the table.
  4. UPDATE | gives the right to update the contents of the table.
Add Comment
Please, Sign In to add comment