單項(xiàng)選擇題select au_id from authors where state=”ca” or state=”ks”.下面哪一條語句與這一條語句執(zhí)行效果相同()

A. select au_id from authors where state IN(“ac”,:”sk”);
B. select au_id from authors where state between ac and sk
C. select au_id from authors where state not between ca and ks
D. select au_id from authors where state IN(“ca”,:”ks”);


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題SQL SERVER 2000中,可以用下面哪一條語句把a(bǔ)uthors表重命名為表student()

A.sp_renamedb authors student
B.sp_rename  authors  student
C.sp_renamedata authors student
D.sp_renameview authors student

2.單項(xiàng)選擇題SQL SERVER中,可以用下面哪一條語句查看表格authors和其他對(duì)象的依賴關(guān)系()

A.sp_spaceused authors
B.sp_depends authors
C.sp_help authors
D.sp_renamedb authors student