Computer Science, asked by ragassahil, 3 months ago

to remove access right or privileges from the database object is​

Answers

Answered by dhrubayanpal7a32020
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