Useful SQL Statements (cont.)
Grant ALL on object to userid; (grants all access on object (table or view) to user)
Grant SELECT,INSERT,UPDATE,DELETE on object to userid; (grants specific object privileges to user)
Revoke ALL on object from userid; (removes object privileges from user)