When do u use clustered index and non-clustered index?

Answer Posted / pradeep

To increase the performance of database we can use clustered Index .It will be in sorted order and it is in the form of B tree structure and it won't accept nulls.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can two tables share the same primary key?

501


How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?

114


Explain Geometry datatype in sql server 2008 with example

586


What is use of @@ spid in sql server?

675


Are semicolons required at the end of sql statements in sql server 2005?

565






Give the query of getting last two records from the table in SQL SERVER?

536


What is 3nf normalization?

560


How to disable a login name in ms sql server?

590


Do you know what is replace and stuff function in sql server?

469


What is the difference between substr and charindex in the sql server?

508


What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?

475


What is the difference between dropping a database and taking a database offline?

696


what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration

509


How to drop an existing schema in ms sql server?

591


Define constraints and give an example of their use?

559