考试
1970-01-01 08:00:00

【单选题】 数据库benet中有个员工表employees,

题目描述

【单选题】 数据库benet中有个员工表employees,该表中有职务列,可以实现检查哪些员工的信息中没有填写职务一栏,应该使用子句【】

ASelect*from employees where职务=NULL

BSelect*from employees where职务=’NULL’

CSelect*from employees where职务ISNULL

DSelect*from employees where职务IS‘NULL’

答案解析

C

C

加载中...
AI正在思考中,请稍候...