SQL - Indexes and Query Performance
What will be the outcome if the following SQL command is executed twice?
CREATE INDEX idx_salary ON employees(salary);
CREATE INDEX idx_salary ON employees(salary);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions