The HR user creates a view with this command:  SQL> CREATE V

题目内容(请给出正确答案)
单选题
The HR user creates a view with this command:  SQL> CREATE VIEW emp_v AS SELECT * FROM scott.emp;  Now HR wants to grant the SELECT privilege on the EMP_V view to the JIM user.  Which statement is true in this scenario?()
A

HR can grant the privilege to JIM but without GRANT OPTION.

B

HR can grant the privilege to JIM because HR is the owner of the view.

C

SCOTT has to grant the SELECT privilege on the EMP table to JIM before this operation.

D

HR needs the SELECT privilege on the EMP table with GRANT OPTION from SCOTT for this operation.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题