索引解决思路

索引alter table c add index(a,b)和alter table c add index a,alter table c add index b这两种有什么区

索引
alter table c add index(a,b)和alter table c add index a,alter table c add index b这两种有什么区别啊,效率上面,请大家帮忙一下
 

[解决办法]
第一句是加包括ab组成得复合索引
第二局是加a索引 再加b索引