当前位置:1Z0-007题库

问题:

[单选]

Examine the data in the EMPLOYEES table.
EMPLOYEES
EMP_NAME DEPT_ID MGR_ID JOB_ID SALARY
EMPLOYEE_ID
101 Smith 20 120 SA_REP 4000
102 Martin 10 105 CLERK 2500
103 Chris 20 120 IT_ADMIN 4200
104 John 30 108 HR_CLERK 2500
105 Diana 30 108 IT_ADMIN 5000
106 Smith 40 110 AD.ASST 3000
108 Jennifer 30 110 HR_DIR 6500
110 Bob 40 EK_DIR 8000
120 Revi 20 110 SA_DIR 6500
On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. The JOB_ID column is a NOT NULL column.
Evaluate this DELETE statement:
DELETE employee_id, salary, job_id
FROM employees
WHERE dept_id = 90;
Why does the DELETE statement fail when you execute it?()

A . There is no row with dept_id 90 in the EMPLOYEES table.
B . You cannot delete the JOB_ID column because it is a NOT NULL column.
C . You cannot specify column names in the DELETE clause of the DELETE statement.
D . You cannot delete the EMPLOYEE_ID column because it is the primary key of the table.

海轮1301,1211,最适合灭()火灾 D类即电气火。 金属火灾。 固体火。 电力系统中发生短路有什么后果? Which two changes and their effect on the system can be tested by using the Database Replay feature?()  multiplexing of the control file。  adding the redo log member to the database。  database and operating system upgrades。  changing the database storage to ASM-managed storage。 Identify four features of WebLogic that provide value above and beyond a simple Java EE  container.() Active GridLink for RAC。 support for enterprise Web Services standards beyond Java EE specification。 Integration with Enterprise Manager。 market leading performance。 Java EE6 Specification Support。 Java SE 7 support。 县级以上人民政府将社会保险事业纳入国民经济和社会发展规划。

Examine the data in the EMPLOYEES table.
EMPLOYEES
EMP_NAME DEPT_ID MGR_ID JOB_ID SALARY
EMPLOYEE_ID
101 Smith 20 120 SA_REP 4000
102 Martin 10 105 CLERK 2500
103 Chris 20 120 IT_ADMIN 4200
104 John 30 108 HR_CLERK 2500
105 Diana 30 108 IT_ADMIN 5000
106 Smith 40 110 AD.ASST 3000
108 Jennifer 30 110 HR_DIR 6500
110 Bob 40 EK_DIR 8000
120 Revi 20 110 SA_DIR 6500
On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. The JOB_ID column is a NOT NULL column.
Evaluate this DELETE statement:
DELETE employee_id, salary, job_id
FROM employees
WHERE dept_id = 90;
Why does the DELETE statement fail when you execute it?()

参考答案:

  参考解析

本题暂无解析

在线 客服