Clustered index(records ordered + non-key fields or non-primary key).
A clustered index sorts and stores the data rows of the table or view in order based on the clustered index key. The clustered index is implemented as a B-tree or B++ tree index structure that supports fast retrieval of the rows, based on their clustered index key values.
Copyright ©2022 coderraj.com. All Rights Reserved.