Difference between Cluster and Non-cluster index?
Answer Posted / p.karthick
clustered index is physically stored
a table can have 1 clustered index
non clustered index is logically stored
a table can have 249 non clustred index
| Is This Answer Correct ? | 193 Yes | 46 No |
Post New Answer View All Answers
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What protocol does sql server use?
What are the requirements to use odbc connections in php scripts?
What is sql server used for?
What are sparse columns?
What is dbcc? Give few examples.
How do I view a script in sql server?
How does a profiler work?
Define Wed Edition in SQL Azure?
Describe triggers features and limitations?
What are the five characteristics of good data?
What is sql server locking?
What are the dmvs?
How to define output parameters in stored procedures?
How to get a list of columns in a view using the "sp_columns" stored procedure?