Q. Which one is true about clustered index? (Solved)
1. clustered index is not associated with table
2. clustered index is built by default on unique key columns
3. clustered index is not built on unique key columns
4. none of the mentioned
- b. clustered index is built by default on unique key columns