View the Exhibit and examine the privileges granted to the MGR_ROLE role.<br /> <img src="https://nimg.ppkao.com/2018-08/chenfang/2018080116585982356.jpg?sign=2b9f56d6533242c67115d1a55e98c000&t=62d0a7f0" /><br /> The user SKD has been granted the CONNECT and RESOURCE roles only. The database administrator (DBA) grants MGR_ROLE to the user SKD by executing the command: SQL> GRANT MGR_ROLE TO SKDWITH ADMIN OPTION; <br /> Which statement is true about the user SKD after he/she is granted this role()
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 privileges from them.