当前位置:1Z0-047题库

问题:

[单选]

View the Exhibit and examine the structure of the EMP table.

You executed the following command to add a primary key to the EMP table:  
ALTER TABLE emp  
ADD CONSTRAINT emp_id_pk 
PRIMARY KEY (emp_id)  
USING INDEX emp_id_idx;  
Which statement is true regarding the effect of the command?()

A .  The PRIMARY KEY is created along with a new index.
B .  The PRIMARY KEY is created and it would use an existing unique index.
C .  The PRIMARY KEY would be created in a disabled state because it is using an existing index.
D .  The statement produces an error because the USING clause is permitted only in the CREATE TABLE command.

Given: Which two methods, inserted individually, correctly complete the Three class?() public void foo() {}。 public int foo() { return 3; }。 public Two foo() { return this; }。 public One foo() { return this; }。 public Object foo() { return this; }。 对首次使用的配合比应进行开盘鉴定,开盘鉴定的内容包括()。 混凝土的原材料与配合比设计所采用原材料的一致性。 出机混凝土工作性与配合比设计要求的一致性。 混凝土强度。 混凝土凝结时间。 混凝土扩展度。 以下哪几项技术代是云计算的核心技术()。 虚拟化。 并行计算。 网络存储。 大数据。 如何贯彻学前游戏教育实施的主体性原则? You are working on the Certkiller database.  What is the default name of the alert log file in this database?() alert_ Certkiller .log。 alertlog_ Certkiller .log。 alert_log_ Certkiller .log。 Certkiller _alert_log.log。 log_alert_: Certkiller .log。 trace_alert_ Certkiller .log。

View the Exhibit and examine the structure of the EMP table.

You executed the following command to add a primary key to the EMP table:  
ALTER TABLE emp  
ADD CONSTRAINT emp_id_pk 
PRIMARY KEY (emp_id)  
USING INDEX emp_id_idx;  
Which statement is true regarding the effect of the command?()

参考答案:

  参考解析

本题暂无解析

在线 客服