Can Somebody tell me the difference between Clustered & Non-
Clustered Index??
Answer Posted / ramesh.p
The difference between a clustered index and a non-
clustered index is that when you use a clustered index, the
section of the table that comprises the index has its data
pages linked differently from those data pages comprising a
non-clustered index.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which are the new data types introduced in sql server 2008?
What are difference between Cluster index and Non-Cluster index?
What is table valued function and scalar valued functions?
What are the difference between “where” and “having” clause in sql server?
What is stretch database in sql server?
What do you mean by collation recursive stored procedure?
What is report snapshot in ssrs?
What do you need to connect php to sql server?
Explain why variables called the most powerful component of ssis?
Using the customer, and order table in northwind database, please write a query to produce xml?
What is cross join in sql server joins?
Do you know clustered and non-clustered index?
Explain the third normal form(3nf)?
How to find index size for each index on table?
How to delete multiple rows with one delete statement in ms sql server?