I have listed some indexes below
- IndexA(Column1,Column2)
- IndexB(Column1,Column2,Column3,Column4,Column5)
- IndexC(Column2,Column3)
- IndexD(Column1,Column3)
- IndexE(Column1,Column4)
Here, I am thinking that the duplicate index is IndexA. But after reading some blogs in internet, I found that that IndexD, IndexE along with IndexA are redundant.
IndexA
is redundant, and I'm not even sure about that. – Zohar Peled