📝 Question
#1468
How non clustered index point to the data?
✓
Correct Answer
C. It is used for pointing data rows containing key values
💡
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.
⌨️ Press
A
B
C
D
to select