Difference between Cluster and Non-cluster index?
Answer Posted / div
Cluster index directly represents the physically stored
data. So their order will be the same as and when they are
populated into the table. Accessing this data will be
faster.
Non-cluster index just provides a pointer to the data.
Accessing this data will be slower when compared to the
clustered data.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What do you mean by an execution plan? Why is it used?
List out what other servers you can use with ssrs?
Can I delete event logs?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
Explain about the command-line tool SQLCMD?
What is the new security features added in sql server 2014? : sql server security
How to get the definition of a stored procedure back?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Can I work with several databases simultaneously? : sql server management studio
What is the purpose of floor function?
What is a partition function in sql server?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
What is a field name?
what is bit datatype? : Sql server database administration