Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 default Port No on which SQL Server listens?

1175


How to trouble shoot if unable to connect SQL Server

2027


What is the importance of concurrency control?

1271


What command do we use to rename a database?

1115


Do you know what are acid properties?

1122


Tell me about joins in database system and explain each in detail.

1105


What are the functions in sql server?

989


How can I know what locks are running on which resource?

992


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

1071


What is sub-query in sql server? Explain its properties.

1129


What is a natural primary key?

1105


What will be the maximum number of indexes per table?

1016


You want to check the syntax of a complicated update sql statement without executing it. What command should you use?

1043


How to fetch the next row from a cursor with a "fetch" statement?

1109


What are the types of subscriptions in SQL Server replication?

1102