I hvn’t understood these terms completely. Can someone please explain
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our W3Make Forum to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Clustered indexes:
The indexes which specifies the physical arrangements of database’s table record.
It stores data in sorted manner.
Non Clustered indexes:
Non-clustered key-value pair and a row identifier are stored in each index row of the non-clustered index.
The stored data is not sorted as compared to clustered indexes because they are not stored a single database table.