📝 Question
#1469
Which one is true about clustered index?
✓
Correct Answer
A. Clustered index is not associated with table
💡
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