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 / guest

The difference is that, Clustered index is unique for any
given table and we can have only one clustered index on a
table. The leaf level of a clustered index is the actual
data and the data is resorted in case of clustered index.
Whereas in case of non-clustered index the leaf level is
actually a pointer to the data in rows so we can have as
many non-clustered indexes as we can on the db.

Is This Answer Correct ?    89 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is SQL Azure Firewall?

136


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

1091


How raid can influence database performance?

1084


How to create a user name in a database?

1098


What is trigger in salesforce?

1050


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

1098


How secure is sql server database?

1065


What is database dimension? : sql server analysis services, ssas

1129


How to get a list of columns in a view using "sys.columns" in ms sql server?

1038


How to use subqueries with the in operators in ms sql server?

1123


What is sql server replication? : sql server replication

1036


How to change the data type of an existing column with "alter table" statements in ms sql server?

1032


Define union, union all, minus, intersect?

1030


Can you explain what are various ways to enhance the ssrs report?

1066


Write a program using SQL queries to find a unique entry in a table.

1043