Question:Which of the following commands revokes the ROLE_DATA role from all the users?
A REVOKE role_data FROM ALL;
B REVOKE role_data FROM PUBLIC;
C REVOKE role_data FROM default;
D REVOKE role_data FROM ALL_USERS;
+ AnswerC
+ Explanation
+ Report