Revoking a Role
You revoke a role using REVOKE
.
REVOKE secondRole FROM tom;
Revoking Privileges from a Role
REVOKE ALL ON products FROM firstRole;
REVOKE ALL ON employee FROM firstRole;
You revoke a role using REVOKE
.
REVOKE secondRole FROM tom;
Revoking Privileges from a Role
REVOKE ALL ON products FROM firstRole;
REVOKE ALL ON employee FROM firstRole;