051试题 9 - 权限

题目:

051试题 9 - 权限

The EMP table is owned by the SCOTT user. The SL_REP user executes the following command:
SQL> GRANT SELECT ON scott.emp TO hr;
Which statement describes the outcome of the command?
A.The command executes successfully.
B.The command produces an error because the EMP table is owned by SCOTT.
C.The command produces an error because SL_REP has the GRANT ANY OBJECT PRIVILEGE without
ADMIN_OPTION.
D.The command produces an error because SL_REP does not have the SELECT privilege with
GRANT_OPTION on the EMP table.

参考答案 A

 

解析 :因为该用户拥有 grant any object privilege权限,所以执行该语句,是可以执行成功的 。 所以选择A 。

 

 

 

上一篇:SpringMVC返回字符串并解决中文乱码问题


下一篇:swagger2