Multiple Choice
Which of the following statements about granting system privileges is incorrect?
A) The system privilege being assigned is identified in the GRANT clause.
B) The user(s) or role(s) receiving the system privilege is identified in the TO clause.
C) WITH ADMIN OPTION is used to allow any user or role identified in the TO clause to grant the system privilege(s) to any other database users.
D) WITH EXCLUSIVE MODE is used to forbid any user not identified in the TO clause from granting the system privilege(s) to any other database users.
Correct Answer:

Verified
Correct Answer:
Verified
Q97: Which of the following SQL statements will
Q98: Object privileges allow users to perform DML
Q99: The _ clause of the GRANT command
Q100: A user can change his or her
Q101: What is the benefit of assigning privileges
Q103: Even if a set of privileges have
Q104: If a user issues the _ command
Q105: When a role is removed from the
Q106: To be able to connect to Oracle12c,the
Q107: Which of the following statements about roles