Computer Science, asked by abdus2874, 1 year ago

Which command help us to get back the permission of accessing the table?

Answers

Answered by jnan441
0

Explanation:

SQL GRANT is a command used to provide access or privileges on the database objects to the users. [WITH GRANT OPTION];

Answered by vamsiram66
0

Answer:

revoke

Explanation:

Revoke command help us to get back the permission of accessing the table.

Similar questions