REVOKE
Jump to navigation
Jump to search
REVOKE command can be used to take back the granted privileges to the user
REVOKE SELECT, INSERT DELETE, ON sales FROM scott
REVOKE ALL ON sales FROM scott
REVOKE UPDATE ON SALES FROM scott;