I have a table (Table1
) with 3 columns. I have created an index on the third column. I have selected the first and the second column in my SELECT statement and these same two columns are used in the WHERE clause of my query.
Will the index be useful or not?