diffrence between Cluster Index and non Cluster Index
Answer Posted / kumar.t
Index means to sort the data.
Cluster index is physical order of the data.
Non Cluster index is logical order of the data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible in sql table to have more than one foreign key?
Can you explain important index characteristics?
Can you explain powershell included in sql server 2008?
Explain identity in sql server?
What is extent? Types of extents?
Why we should not use triggers?
Define model database?
Explain mixed authentication mode of sql server?
what is the difference between Delete and Truncate command in SQL
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What is code near application topology?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
How to convert numeric values to integers in ms sql server?
How to see the event list of an existing trigger using sys.trigger_events?
Why should we go for stored procedures? Why not direct queries?