Can a non-clustered index be unique?
What happens when you update a table with a non-clustered index?
Can you have multiple non-clustered indexes on the same table?
How does a non-clustered index improve query performance?
Creating a non-clustered index on multiple columns in SQL