数据库benet中有个员工表employees,该表中有职务列,可以实现检查哪些员工的信息中没有填写职务一栏,应该使用子句()A、Select*from employees where职务=NULLB、Select*from employees where职务=’NULL’C、Select*from employees where职务ISNULLD、Select*from employees where职务IS‘NULL’

题目

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

  • A、Select*from employees where职务=NULL
  • B、Select*from employees where职务=’NULL’
  • C、Select*from employees where职务ISNULL
  • D、Select*from employees where职务IS‘NULL’

相似考题
参考答案和解析
正确答案:C