数据库benet中有个员工表employees,该表中有职务列。你想检查哪些员工的信息中没有填写职务一栏,应该使用子句()。 A: Select*fromemployeeswhere职务=NULL B: Select*fromemployeeswhere职务=’NULL’ C: Select*fromemployeeswhere职务ISNULL D: Select*fromemployeeswhere职务IS‘NULL’
数据库benet中有个员工表employees,该表中有职务列。你想检查哪些员工的信息中没有填写职务一栏,应该使用子句()。 A: Select*fromemployeeswhere职务=NULL B: Select*fromemployeeswhere职务=’NULL’ C: Select*fromemployeeswhere职务ISNULL D: Select*fromemployeeswhere职务IS‘NULL’
1