InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Primary & Cluster Index? |
|
Answer» Primary index: It works on unique indexes. The data should be unique and not null. Retrieve data from the database. Clustered Index: It works on unique and non unique indexes. Retrieve data from the AOS. The advantages of having a cluster index are as follows:
Primary index: It works on unique indexes. The data should be unique and not null. Retrieve data from the database. Clustered Index: It works on unique and non unique indexes. Retrieve data from the AOS. The advantages of having a cluster index are as follows: |
|