当前位置:1Z0-007题库

问题:

[单选]

Examine the structure of the EMPLOYEES table:
Column name Data type Remarks
EMPLOYEE_ID NUMBER NOT NULL, Primary Key
EMP_NAME VARCHAR2(30)
JOB_ID VARCHAR2(20) NOT NULL
SAL NUMBER
MGR_ID NUMBER References EMPLOYEE_ID column
DEPARTMENT_ID NUMBER Foreign key to DEPARTMENT_ID column
of the DEPARTMENTS table
You need to create a view called EMP_VU that allows the users to insert rows through the view. Which SQL statement, when used to create the EMP_VU view, allows the users to insert rows?()

A . CREATE VIEW emp_vu AS SELECT employee_id, emp_name, department_id FROM employees WHERE mgr_id IN (102, 120);
B . CREATE VIEW emp_vu AS SELECT employee_id, emp_name, job_id, department_id FROM employees WHERE mgr_id IN (102, 120);
C . CREATE VIEW emp_vu AS SELECT department_id, SUM(sal) TOTALSAL FROM employees WHERE mgr_id IN (102, 120) GROUP BY department_id;
D . CREATE VIEW emp_vu AS SELECT employee_id, emp_name, job_id, DISTINCT department_id FROM employee

利用自动系统、信息技术或其他有形要素来完成服务过程的服务,如自动取款等被称为() 高接触性服务。 高技术性服务。 连续性服务。 间断性服务。 失恋可分为假性失恋与真性失恋两种。()是指恋爱双方经过一阶段热恋以后的分手,而单相思在很大程度上是一种() ISO2631用()值给出中心频率在()赫兹人体对振动反应的三种感觉界限。 《说文解字》的作者是东汉时的班固。 在矩形断面水平渠道中设一平板闸门,如图所示,闸门与渠道同为宽度b=4m,闸孔出流量Q=12m3/s,闸下收缩断面水深hc=0.4m,产生水跃与下游水流衔接,下游水深ht=1.4m,求跃前水深并判别水跃发生的位置。

Examine the structure of the EMPLOYEES table:
Column name Data type Remarks
EMPLOYEE_ID NUMBER NOT NULL, Primary Key
EMP_NAME VARCHAR2(30)
JOB_ID VARCHAR2(20) NOT NULL
SAL NUMBER
MGR_ID NUMBER References EMPLOYEE_ID column
DEPARTMENT_ID NUMBER Foreign key to DEPARTMENT_ID column
of the DEPARTMENTS table
You need to create a view called EMP_VU that allows the users to insert rows through the view. Which SQL statement, when used to create the EMP_VU view, allows the users to insert rows?()

参考答案:

  参考解析

本题暂无解析

在线 客服