单项选择题
要查询尚未输入邮箱的学生信息,应使用的SQL语句是()。
A.select *from student where email=’’
B.select *from student where email=’ ’
C.select *from student where email =null
D.select *from student where email is null
点击查看答案&解析
相关考题
-
单项选择题
设关系R和S的属性个数分别为2、3,则(R×S)操作结果的属性个数为()。
A.6
B.5
C.8
D.9 -
单项选择题
若只允许事务T 读取和修改某数据对象,则必须为T 加上()。
A.排他锁
B.共享锁
C.活锁
D.死锁 -
单项选择题
对数据类型的约束属于()。
A.静态列约束
B.动态列约束
C.静态表级约束
D.动态表级约束
