Index usage
I have the following indexes on a table:
Index1: ("ITEM_ID", "LOCATION_ID", "SALES_DATE")
Index2: ("ITEM_ID", "SALES_DATE")
Will a query filtering by the fileds from Index2 use the Index1 if I drop the Index2 and leave only Index1?
Thanks.....