PostgreSQL - Performance Tuning
Given the table 'orders' with 1 million rows and an index on 'customer_id', what will be the likely effect of this query?
SELECT * FROM orders WHERE customer_id = 123;SELECT * FROM orders WHERE customer_id = 123;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions