多项选择题
在下列关于关系的叙述中,正确的是()
A.行在表中的顺序无关紧要
B.表中任意两行的值不能相同
C.列在表中的顺序无关紧要
D.表中任意两列的值不能相同
点击查看答案
相关考题
-
多项选择题
下列语句错误的是()
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.可以选出符合某些条件的记录
D.只能选择出符合某一条件的记录 -
多项选择题
下列哪一个逻辑运算符的优先级排列不正确()
A.AND/NOT/OR
B.NOT/AND/OR
C.OR/NOT/AND
D.OR/AND/NOT
