Can Somebody tell me the difference between Clustered & Non-
Clustered Index??
Answer Posted / ramesh.p
The difference between a clustered index and a non-
clustered index is that when you use a clustered index, the
section of the table that comprises the index has its data
pages linked differently from those data pages comprising a
non-clustered index.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is raid and what are different types of raid configurations? : Sql server database administration
Do you know what is similarity and difference between truncate and delete in sql?
What is the use of RDBMS?
Do you know how to send email from database?
What is database replication?
Does index slows down insert statements?
Is there any difference between the primary key and unique key?
How to configure and test odbc dsn settings?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is the advantage of sql server?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
what are isolation levels? : Sql server database administration
Explain indexing and what are the advantages of it?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What samples and sample databases are provided by microsoft?