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

How to delete a database in ms sql server?

565


Where cross join is used?

519


What is the difference between executequery () and executeupdate ()?

521


How to create new databases with "create database" statements?

570


Explain transaction server implicit?

526






What’s the distinction between dropping a info and taking a info offline?

600


what is normalization? Explain different levels of normalization? : Sql server database administration

657


What is the difference between set and select?

583


What is a collation?

596


What is the osql utility?

542


How to create a testing table with test data in ms sql server?

562


what are the critical issues you have resloved in your company

1554


Explain powershell included in sql server 2008?

617


List some of the rules that apply to creating and using a ‘view’

500


What is data modification?

513