Back to NetConnectGlobal.com
What is the distinction between clustered indexes and non-clustered indexes?
Each table can only have one clustered index. This type of index reorders the table based on the key values and physically stores them in that order. The non-clustered index does not have the physical ordering of the data in the table; instead, it has a logical order.
Prajval Changed status to publish November 1, 2022