多項選擇題

mysql數(shù)據(jù)庫中一張user表中,其中包含字段A,B,C,字段類型如下:A:int,B:int,C:int根據(jù)字段A,B,C按照ABC順序建立復合索引idx_A_B_C,以下查詢語句中使用到索引idx_A_B_C的語句有哪些()。

A. select *from user where A=1 and B=1
B. select *from user where 1=1 and A=1 and B=1
C. select *from user where B=1 and C=1
D. select *from user where A=1 and C=1

微信掃碼免費搜題