当前位置:1Z0-052题库

问题:

[单选]

View the Exhibit and examine the privileges granted to the SL_REP user.

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 withoutADMIN_OPTION.
D . The command produces an error because SL_REP does not have the SELECT privilege withGRANT_OPTION on the EMP table.

论述离心泵振动的主要原因。 ()和()形成了中国画遗貎取神的审美追求。 At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group deleted?() When the user navigates to the HOTEL item. 。 When the form module successfully compiles. 。 After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. 。 When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.。 接地汇集线:接地汇集线是指作为接地导体的条状铜排,通常作为接地系统的主干(母线),可以敷设成环形或() 条线。 扁线。 树形。 线形。 患者,女性,27岁。因足底被锈钉刺伤后5d,出现咀嚼不便、张口困难,随后牙关紧闭及全身肌肉强直性收缩,阵发型痉挛,诊断为破伤风。治疗该患者应首选的抗生素是() 甲硝哇。 红霉素。 青霉素。 四环素。 新霉素。

View the Exhibit and examine the privileges granted to the SL_REP user.

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() 

参考答案:

  参考解析

环境测试一下: 
1、创建一个用户,并解锁 
sys@TEST0924> create user SL_REP identified by 123 account unlock; User created. 
2、将connect、resource角色赋予 
sys@TEST0924> grant connect,resource to SL_REP; Grant succeeded. 
3、将grant any object privilege 赋予 
sys@TEST0924> grant grant any object privilege to SL_REP; Grant succeeded. 
4、SL_REP连接数据库,开始授予hr访问scott的emp表,赋予成功。所以选择A。 
sys@TEST0924> conn SL_REP/123 Connected. 
sl_rep@TEST0924> grant select on scott.emp to hr; Grant succeeded. 

在线 客服