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

The best EXPLANATION: Nonclustered indexes have a structure separate from the data ROWS. A nonclustered index contains the nonclustered index key VALUES and each key value ENTRY has a pointer to the data row that contains the key value.



Discussion

No Comment Found

Related InterviewSolutions