SQL - Indexes and Query Performance
If a B-tree index exists on the column
category, what will happen when running:SELECT * FROM products WHERE category > 'Electronics';?