1.

How non clustered index point to the data?(a) It never points to anything(b) It points to a data row(c) It is used for pointing data rows containing key values(d) None of the mentionedThe question was asked in my homework.I'd like to ask this question from Index Definition in SQL topic in section Indexing and Hashing of Database Management

Answer» RIGHT choice is (c) It is used for pointing data rows containing key values

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