Guest User

Untitled

a guest
Oct 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. grant usage, insert, update, delete on table s.t to r;
  2.  
  3. grant connect on database d to r;
  4. grant usage on schema s to r;
Add Comment
Please, Sign In to add comment