SQL - Indexes and Query Performance
Given a table
products with a B-tree index on product_id, what will the query optimizer most likely do when running:SELECT * FROM products WHERE product_id = 123;?