多项选择题
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;
对某个数据库进行筛选后,()。A.可以选出符合某些条件组合的记录B.不能选择出符合条件组合的记录C.可以选出符...
多项选择题对某个数据库进行筛选后,()。
A.可以选出符合某些条件组合的记录 B.不能选择出符合条件组合的记录 C.可以选出符合某些条件的记录 D.只能选择出符合某一条件的记录
下列哪一个逻辑运算符的优先级排列不正确()A.AND/NOT/ORB.NOT/AND/ORC.OR/NOT/A...
多项选择题下列哪一个逻辑运算符的优先级排列不正确()
A.AND/NOT/OR B.NOT/AND/OR C.OR/NOT/AND D.OR/AND/NOT
下面对union的描述正确的是()A.union只连接结果集完全一样的查询语句B.union可以连接结果集中数...
多项选择题下面对union的描述正确的是()
A.union只连接结果集完全一样的查询语句 B.union可以连接结果集中数据类型个数相同的多个结果集 C.union是筛选关键词,对结果集再进行操作 D.任何查询语句都可以用union来连接