The EMP table contains these columns: LAST_NAME VA...
单选题

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 ?()

发布日期:2020-04-10

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.

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定