What is the basic difference between clustered and a
non-clustered index?
Answer Posted / santosh kumar
Index is Used for fast access the data.
Cluster Index is Unique in a table.One Table Contains Only
one Cluster Index but 249 Non Cluster Index is
Possible.Cluster Index is a Physical Storage and Non cluster
Index is a logical storage of the data.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How to list all login names on the ms sql server?
Explain about Views?
List the different index configurations possible for a table?
What is the default fill factor value?
What is the standby server?
How can we call UDF(User Define Function) using C# code in ASP.net ?
What is difference between materialized view and view?
What stored by the master?
What is checkpoint process in the sql server?
What triggers long term care?
System variable and temporary variables
How do I view a stored procedure in sql server?
How to create a user to access a database in ms sql server using "create user" statements?
How will you make an attribute not process? : sql server analysis services, ssas
What are pessimistic lock and optimistic lock?