训练
通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
Dotcpp
编程
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
登录/注册
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
Dotcpp
/
试卷列表
/
题库练习
/
题目 1994
下列语句错误的是( )
下列语句错误的是( )
A.
select * from orders where ordername is not null;
B.
select * from orders where ordername<>null;
C.
select * from orders where ordername is null;
D.
select * from orders where ordername not is null;
查看答案
答案
B
D
题目信息
题号:
1994
题型:
多选题
难度:
普通
去题库练习