I have a WHERE
clause with conditions on two columns:
WHERE A = 1 AND B = 2
Column A is a clustered index whereas column B is a non-clustered index.
My question is - are there any benefits in having a non-clustered index on column B in this specific query?