单项选择题
以下哪个语句是查询comm为空正确的写法?()
A.select *from emp where comm =null;
B.select *from emp where comm =’’;
C.select *from emp where comm=0;
D.select *from emp where comm is null;
点击查看答案&解析
相关考题
-
单项选择题
以下哪个语句可以正确查出数据信息?()
A.select *from emp where sal between 1000 and 2000
B.select *from emp where sal >=2000 and sal <=1000
C.select *from emp where sal between 2000 and 1000 -
单项选择题
模糊匹配字符串内容的时候使用的是()。
A.in
B.or
C.like
D.= -
多项选择题
在数据库安装完成之后,如果你修改了自己计算机的名字,那么都需要更改以下哪个文件的host内容?()
A.oci.dll
B.listener.ora
C.sqlnet.ora
D.tnsnames.ora