Question
What is a unique index, and why is it important?
Asked by: USER6831
48 Viewed
48 Answers
Responsive Ad After Question
Answer (48)
A unique index enforces uniqueness on the indexed column(s). It prevents duplicate values from being inserted into the table. It's crucial for maintaining data integrity and ensuring that certain columns contain only distinct values.