PostgreSQL - Performance Tuning
What is wrong with this query if the goal is to optimize it using an index?
SELECT * FROM employees WHERE salary * 1.1 > 50000;SELECT * FROM employees WHERE salary * 1.1 > 50000;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions