A.MS_SQLSERVER B.Oracle C.IMS D.DB2
A.行在表中的順序無關(guān)緊要 B.表中任意兩行的值不能相同 C.列在表中的順序無關(guān)緊要 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;