SQL - Indexes and Query Performance
A query retrieves
product_id, price, and stock from a table. The existing index is on (product_id, price). Why might the query still perform poorly?