SQL - Indexes and Query Performance
You have a query using columns
customer_id and order_date. The index is created only on customer_id. Why might this cause a performance issue?