当前位置:1Z0-007题库

问题:

[单选]

The EMP table contains these columns:
LAST_NAME VARCHAR2 (25)
SALARY NUMBER (6,2)
DEPARTMENT_ID NUMBER (6)
You need to display the employees who have not been assigned to any department. You write the SELECT statement:
SELECT LAST_NAME, SALARY, DEPARTMENT_ID
FROM EMP
WHERE DEPARTMENT_ID = NULL;
What is true about this SQL statement ?()

A . The SQL statement displays the desired results.
B . The column in the WHERE clause should be changed to display the desired results.
C . The operator in the WHERE clause should be changed to display the desired results.
D . The WHERE clause should be changed to use an outer join to display the desired results.

起动机电枢装配过紧可能会造成起动机运转无力。 移动公司要求开关电源对UltraSite主设备熔丝应配置为()A 20。 32。 63。 100。 现代派诗歌的真正崛起,是在1929年()的诗集《我的记忆》出版之后。 简述面向对象的封装。 列车整各原则上应使用外接电源供电,用电时间一般不超过()。 1h。 2h。 3h。 4h。

The EMP table contains these columns:
LAST_NAME VARCHAR2 (25)
SALARY NUMBER (6,2)
DEPARTMENT_ID NUMBER (6)
You need to display the employees who have not been assigned to any department. You write the SELECT statement:
SELECT LAST_NAME, SALARY, DEPARTMENT_ID
FROM EMP
WHERE DEPARTMENT_ID = NULL;
What is true about this SQL statement ?()

参考答案:

  参考解析

本题暂无解析

在线 客服