Solved

Which of the Following SQL Statements Will Remove the SELECT

Question 93

Multiple Choice

Which of the following SQL statements will remove the SELECT ANY TABLE privilege from the database so it can never be granted to another user?​


A) ​REVOKE SELECT ANY TABLE;
B) ​REVOKE SELECT ANY TABLE FROM data_dictionary;
C) ​REMOVE SELECT ANY TABLE;
D) ​none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions