to remove access right or privileges from the database object is
Answers
Answered by
4
Explanation:
The REVOKE command removes user access rights or privileges to the database objects. For Example: REVOKE SELECT ON employee FROM user1;This command will REVOKE a SELECT privilege on employee table from user1.
Similar questions