單項選擇題下面SQL語句中,表示過慮條件是id=1001或id=1002的是()

A.select*from table where id in(1001   1002)
B.select*from product swhere id between 1001 and 1004
C.select*from table where id not in(1004  1005)
D.select*from table where id=1001 and vend_id=1002


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題SQL的BETWEEN語句表示取在某一區(qū)間的值,那么條件”年齡BEWTWEEN 40 AND 50“表示年齡在40到50歲之間,且()

A.包括40歲和50歲
B.不包括40歲和50歲
C.包括40歲不包括50歲
D.不包括40歲包括50歲

3.單項選擇題

下列程序運行的結果為為()

A.hello! and abc
B.hello! and dbc
C.hi! and abc
D.hi! and dbc

4.單項選擇題

閱讀程序,輸出結果為()

A.2,3,2
B.3,3,2
C.1,3,2
D.3,2,3

5.單項選擇題

執(zhí)行main函數(shù)時,輸出結果是()

A.123
B.114
C.132
D.無輸出