diffrence between Cluster Index and non Cluster Index
Answer Posted / kumar.t
Index means to sort the data.
Cluster index is physical order of the data.
Non Cluster index is logical order of the data.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain unique key in sql server?
What are a database and a data warehouse?
Give the query of getting last two records from the table in SQL SERVER?
What command would you use to add a column to a table in sql server?
Mention a few common trace flags used with sql server?
Which autogrowth database setting is good?
explain how to create a new schema in a database? : Sql server database administration
Is a primary key unique?
How to create a local temporary stored procedure?
How many types of functions are there in sql server?
How to run sql server 2005 books online on your local system?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
How you can move data or databases between servers and databases in sql server?
How to create a dynamic cursor with the dynamic option?
What is a non equi join?