View the Exhibit and examine the privileges granted to the MGR_ROLE role. The user SKD has been grantedthe CONNECT and RESOURCE roles only. The database administrator (DBA) grants MGR_ROLE to the userSKD by executing the command:<br /> SQL> GRANT MGR_ROLE TO SKD WITH ADMIN OPTION; <br /> Which statement is true about the user SKD afterhe/she is granted this role()<br /> <img src="https://nimg.ppkao.com/2018-08/chenfang/201808020909304995.jpg?sign=0933247074a6a4a9eb6ff8e9ac736f07&t=62d3143c" />
A、The user SKD can grant only the MGR_ROLE role to other users, but not the privileges in it.
B、The user SKD can revoke the MGR_ROLE only from the users for whom he/she is the grantor.
C、The user SKD can grant the privileges in the MGR_ROLE role to other users, but not with ADMIN OPTION.
D、The user SKD can grant the privileges in the MGR_ROLE role to other users, but cannot revoke privilegesfrom them