What is a clustered index?
Answers
Answered by
1
Hello friend
______________________________________________________
A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf nodes of a clustered index contain the data pages
________________________________________________________
Hope it helped u
______________________________________________________
A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf nodes of a clustered index contain the data pages
________________________________________________________
Hope it helped u
Similar questions