When do you create cluster and noncluster index?

Answer Posted / jerry joseph

A table can have 1 clustered index and 249 non-clustered indexes

indexes make sorting efficient

generally clustered index is ideal for the Primary Key

non-clustered indexes are ideal for columns which are used
in sorting (the columns in OrderBy)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Triggers and Stored Procedure?

565


What is 2nf normalization?

533


How to write a query with an inner join in ms sql server?

543


How can we remove orphan records from a table?

524


What are the disadvantages of indexes?

524






What do you understand by mirroring?

562


what is database replicaion? : Sql server database administration

600


What do you mean by collation recursive stored procedure?

585


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

465


What are the different types of indexes?

605


What is the difference between rank and dense_rank?

501


If any stored procedure is encrypted, then can we see its definition in activity monitor?

543


What is normalization? Describe its different types.

578


What is the difference between DATETIME2 and DATETIME?

619


Why de-normalization required?

568