Difference between Cluster and Non-cluster index?
Answer Posted / seema
Clustered Index :-
1.There can be only one Clustered index for a table
2.usually made on the primary key
3.the logical order of the index matches the physical stored
order of the rows on disk
Non-Clustered Index
1.There can be only 249 Clustered index for a table
2.usually made on the any key
3.the logical order of the index does not match the physical
stored order of the rows on disk
| Is This Answer Correct ? | 86 Yes | 11 No |
Post New Answer View All Answers
What are locks in sql?
What is sql or structured query language?
Can you force a query to use a specific index?
How to delete existing triggers using "drop trigger"?
What is the concept of optimization?
Why truncate is ddl?
Can foreign key be duplicate?
Explain for xml explicit mode?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What authentication modes does sql server support?
What are the advantages of using stored procedures?
How to name query output columns in ms sql server?
System requirements for sql server 2005 express edition?
What do you know about system database? : SQL Server Architecture
What are the types of subscriptions in SQL Server replication?