当前位置:SCJP程序员认证考试题库

问题:

[单选]

What is the result?()

A . 7
B . 49
C . 343
D . Compilation fails.
E . An exception is thrown at runtime.

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?() There is no row with dept_id 90 in the EMPLOYEES table.。 You cannot delete the JOB_ID column because it is a NOT NULL column.。 You cannot specify column names in the DELETE clause of the DELETE statement.。 You cannot delete the EMPLOYEE_ID column because it is the primary key of the table.。 竞争性拮抗药效价强度参数PA2的定义是() 使激动药效应减弱一半时的拮抗剂浓度的负对数。 使加倍浓度的激动药仍保持原有效价强度的拮抗剂浓度的负对数。 使拮抗药始终保持原有效价强度的激动药浓度的负对数。 D,使激动药效应减弱至零时的拮抗剂浓度的负对数。 使激动药效应加强1倍的拮抗剂浓度的负对数。 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。 天线TX馈线、RX馈线应在()正确标识。 一端。 尾端。 两端。 接头。 Examine the commands executed to monitor database operations: $> conn sys oracle/oracle@prod as sysdba SQL > VAR eid NUMBER SQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (‘batch_job’ , FORCED_TRACKING => ‘Y’); Which two statements are true?() Database operations will be monitored only when they consume a significant amount of resource.。 Database operations for all sessions will be monitored.。 Database operations will be monitored only if the STATISTICS_LEVEL parameter is set to TYPICAL and CONTROL_MANAGEMENT_PACK_ACCESS is set DIAGNISTIC + tuning.。 Only DML and DDL statements will be monitored for the session.。 All subsequent statements in the session will be treated as one database operation and will be monitored.。

What is the result?()

参考答案:

  参考解析

本题暂无解析

在线 客服