According to your question you have a table with field A and B. If you your query is:
According to your question you have a table with field A and B. If you your query is: SELECT * FROM [YOUR TBL] WHERE A='XXXX' Optimizer will chose the Composite index to avoid Extract random access! SELECT * FROM [YOUR TBL] WHERE A='XXXX' Optimizer will chose the Composite index to avoid Extract random access!