当前位置:1Z0-007题库

问题:

[单选]

Examine the description of the EMPLOYEES table:
EMP_ID NUMBER(4) NOT NULL
LAST_NAME VARCHAR2(30) NOT NULL
FIRST_NAME VARCHAR2(30)
DEPT_ID NUMBER(2)
Which statement produces the number of different departments that have employees with last name Smith?()

A . SELECT COUNT(*) FROM employees WHERE last_name='Smith';
B . SELECT COUNT(dept_id) FROM employees WHERE last_name='Smith';
C . SELECT DISTINCT(COUNT(dept_id)) FROM employees WHERE last_name='Smith';
D . SELECT COUNT(DISTINCT dept_id) FROM employees WHERE last_name='Smith';
E . SELECT UNIQUE(dept_id) FROM employees WHERE last_name='Smith'

相对标高是以建筑的()高度为零点参照点。 基础顶面。 基础底面。 室外地面。 室内首层地面。 请简单描述从20年代的乡土文学到五六十年代各阶段的农村题材作品,在表现内容上的不同。 造成()的直接经济损失列为重大事故。 1亿元以上。 5000万以上1亿元以下。 1000万元以上5000万以下。 500万元以上1000万以下。 下列气体中不易发生爆炸而引起火灾的是() 甲烷。 丙烯。 氩气。 乙烯。 简述使用DataReader获取数据的步骤。

Examine the description of the EMPLOYEES table:
EMP_ID NUMBER(4) NOT NULL
LAST_NAME VARCHAR2(30) NOT NULL
FIRST_NAME VARCHAR2(30)
DEPT_ID NUMBER(2)
Which statement produces the number of different departments that have employees with last name Smith?()

参考答案: D

  参考解析

本题暂无解析

在线 客服