View the Exhibit and examine the privileges granted to the SL_REP user. The EMP table is owned by theSCOTT user. The SL_REP user executes the following command:SQL> GRANT SELECT ON scott.emp TO hr;<br /> Which statement describes the outcome of the command()<br /> <img src="https://img.ppkao.com/2018-08/chenfang/2018080210142183990.jpg" /><p> View the Exhibit and examine the privileges granted to the SL_REP user. The EMP table is owned by theSCOTT user. The SL_REP user executes the following command:SQL> GRANT SELECT ON scott.emp TO hr;<br /> Which statement describes the outcome of the command()<
A、A.The command executes successfully.
B、B.The command produces an error because the EMP table is owned by SCOTT.
C、C.The command produces an error because SL_REP has the GRANT ANY OBJECT PRIVILEGE withoutADMIN_OPTION.
D、D.The command produces an error because SL_REP does not have the SELECT privilege withGRANT_OPTION on the EMP table