What is the basic difference between clustered and a
non-clustered index?
Answer Posted / s.purushothaman
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 ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to get the definition of a trigger back?
What is self contained multi valued query?
How much is a sql server license?
Detail about the hardware which is supported by SQL server?
What can be used instead of trigger?
What are the different types of cursor?
What is a heap?
What are the requirements for sql server 2016?
Can we use trigger new in before insert?
What is sql server profiler?
What is transaction server isolation?
What is the size of transaction log file?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What are ddl (data definition language) statements for tables in ms sql server?
Explain stored procedure?