REVOKE

From rbachwiki
Revision as of 19:09, 14 November 2017 by Bacchas (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;


Back To Top- Home - Category