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...

Difference between Cluster and Non-cluster index?

Answer Posted / ajay kumar gupta

CLUSTERED INDEX:
Clustered index will be created by default when u
create primary key on a column. So we can create one
clustered index per table. clustered index is stored in
serial passion.

NON CLUSTERED INDEX:
Non clustered index will be created automatically when u
create unique key on a column. A table can have no.of
unique keys, so we can create no.of non clustered indexes
per table.

Is This Answer Correct ?    141 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are views in ms sql server?

1119


what are the new features introduced in sql server 2000? : Sql server database administration

980


explain what is raid and what are different types of raid configurations? : Sql server database administration

1051


What is the correct order of the logical query processing phases?

995


How are the exceptions handled in sql server programming?

1119


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

1089


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

1032


How to use wildcard characters in like operations in ms sql server?

1188


Are resultset updatable?

1006


Explain syntax for disabling triggers?

1097


What stored by the model? : sql server database administration

1004


What are the advantages of passing name-value pairs as parameters?

1217


What is linked report?

137


How to delete database objects with "drop" statements in ms sql server?

1152


What is Replication?

1108