移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

mysql数据库中一张user表中,其中包含字段A,B,C,字段类型如下:A:int,B:int,C://int根据字段A,B,C按照ABC顺序建立复合索引idx_A_B_C,以下查询语句中使用到索引idx_A_B_C的语句有哪些()。

发布日期:2021-01-28

mysql数据库中一张user表中,其中包含字段A,B,C,字段类型如下:A:int,B:int,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

标签: mysql 数据库 user int int

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~