查询成绩为空值的学生的信息,语法命令为()
查询成绩为空值的学生的信息,语法命令为()
A.select * from sc where grade=null
B.select * from sc where grade is null
C.select * from sc where grade is ‘’
D.select * from sc where grade=’’
正确答案:select * from sc where grade is null
Tag:SqlServer数据库原理与应用 语法 命令
时间:2023-12-26 10:57:42