多項選擇題下列語句錯誤的是()

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;


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題對某個數(shù)據(jù)庫進行篩選后,()。

A.可以選出符合某些條件組合的記錄
B.不能選擇出符合條件組合的記錄
C.可以選出符合某些條件的記錄
D.只能選擇出符合某一條件的記錄

2.多項選擇題下列哪一個邏輯運算符的優(yōu)先級排列不正確()

A.AND/NOT/OR
B.NOT/AND/OR
C.OR/NOT/AND
D.OR/AND/NOT

3.多項選擇題下面對union的描述正確的是()

A.union只連接結果集完全一樣的查詢語句
B.union可以連接結果集中數(shù)據(jù)類型個數(shù)相同的多個結果集
C.union是篩選關鍵詞,對結果集再進行操作
D.任何查詢語句都可以用union來連接

4.多項選擇題正則表達式中,重復元字符“*”表示()

A.無匹配
B.只匹配1個
C.0個匹配
D.多個匹配

5.多項選擇題下列正確的命令是()

A.show tables;
B.show columns;
C.show columns from customers;
D.show databases;