InterviewSolution
Saved Bookmarks
| 1. |
Which one is true about clustered index?(a) Clustered index is not associated with table(b) Clustered index is built by default on unique key columns(c) Clustered index is not built on unique key columns(d) None of the mentionedThe question was posed to me in quiz.Question is taken from Index Definition in SQL topic in division Indexing and Hashing of Database Management |
|
Answer» The correct answer is (b) Clustered index is built by DEFAULT on unique key columns |
|