SQL - Indexes and Query Performance
Consider a table
sales(region VARCHAR, sale_date DATE, amount DECIMAL). You want to create an index to optimize queries filtering by region and sorting by sale_date. Which statement is best?