diffrence between Cluster Index and non Cluster Index

Answer Posted / indraneelandhavarapu

The difference is that, Clustered index is unique for any
given table and we can have only one clustered index on a
table. The leaf level of a clustered index is the actual data
and the data is resorted in case of clustered index. Whereas
in case of non-clustered index the leaf level is actually a
pointer to the data in rows so we can have as many non-
clustered indexes as we can on the db.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a sql query to sort on different column name according to the parameters passed in the function?

695


How can you insert null values in a column while inserting the data?

927


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

725


Why normalization is used?

726


What are the purposes and advantages stored procedure?

684






Explain sub-query?

728


What is store procedure?

821


What is data modeling and Reterminal integrity?

1692


Benefits of Stored Procedures?

724


Explain having clause and where clause?

787


What is the temp table?

701


If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio

750


Tell me what is difference between view and materialized view?

695


Define the one-to-one relationship while designing tables.

689


What is difference between getdate and sysdatetime in sql server 2008?

778