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

What is the basic difference between clustered and a
non-clustered index?

Answer Posted / geeta

clustered index is an index that sorts and stores the data
rows in the tables based on their key values.the data is
physically sorted in the table when clustered index is
defined on it. only one clustered index is created per
table.
In Nonclustered index contains the indx key values and the
row locators that point the storage location of the data in
a table. there can be as many as 249 nonclustered indexs
per table.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between count (*) and count column?

948


What is indexed view? How to create it?

1065


How to create and drop temp table in sql server?

1098


How to create hyperlink from returned sql query ?

1175


what is unique and xaml nonclustered index

1097


What is an active database?

1067


List few advantages of stored procedure.

1025


In which files does sql server actually store data?

949


What are the properties of primary key?

1014


How to create dbo table in sql server?

1002


How to delete existing rows in a table?

1243


List down some advantages of sql stored procedure?

1013


How do you Implement SSIS Packages in your Project?

1980


How to Insert multiple rows with a single insert statement?

1094


Explain different types of lock modes in sql server 2000?

977