相关考题
-
多项选择题
下面系统中属于关系数据库管理系统的是()
A.MS_SQLSERVER
B.Oracle
C.IMS
D.DB2 -
多项选择题
在下列关于关系的叙述中,正确的是()
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;
