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