Difference between Cluster and Non-cluster index?
Answer Posted / veerreddy
clustered index is that the order of data in table is always
equal or matches to order of data stored in index.there is
only one(1) clustered index for table.it is usually applied
on primary key column in table.
other hand the non-clustered index is that the order of data
in table is not equal or matches to order of data stored in
index.so they can be applied on non-primary key columns like
unique,foreign key etc.A table can have (249) non-clustered
indexes
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Tell me about builtinadministrator?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
Explain candidate key, alternate key, and composite key?
How to divide query output into multiple groups with the group by clause in ms sql server?
Why people hate cursor?
What is buffer cash in sql server?
Can group by be used without aggregate functions?
What is sql server schema compare? How we can compare two database schemas?
Can I save my report as html, excel or word? : sql server management studio
What is the maximum size of column in sql server?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
Explain about link server in sql server?
What are the characteristics of modern DBMS?
Please illustrate physical database architecture? : SQL Server Architecture
Do you know what is sql injection?