A.行在表中的順序無(wú)關(guān)緊要 B.表中任意兩行的值不能相同 C.列在表中的順序無(wú)關(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;
A.可以選出符合某些條件組合的記錄 B.不能選擇出符合條件組合的記錄 C.可以選出符合某些條件的記錄 D.只能選擇出符合某一條件的記錄