Direction: Choose the correct option
Q1.
What is an index in SQL?
Direction: Choose the correct option
Q2.
CREATE INDEX idx_email ON employees(email);What does this do?Direction: Choose the correct option
Q3.
CREATE UNIQUE INDEX idx_emp_id ON employees(emp_id);What does UNIQUE do?Direction: Choose the correct option
Q4.
How do you see all indexes on a table?
Direction: Choose the correct option
Q5.
How do you remove an index?
