How Clustered Index and Non clustered index stored on SQL
server?
Answer Posted / anitha
clustered index that reorders the way in which records in
the table are physically stored.
non clustered index in which the logical order of the index
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the maximum amount of memory any single process on windows can address?
Explain weak typing and strong typing.
What is directive in asp net?
What is the good practice to implement validations in aspx page?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the difference between session.abandon() vs clear()?
How to send a DataReader as a parameter to a remote client ?
How many types of file extensions for razor views in ASP.Net MVC?
What is the best Macanism to clear the Cache in asp.net
What is server components?
how to retrieve property settings from xml .config file.
What is the difference between pathparam and queryparam?
How Can assign alias name for ASP.NET Web API Action?
What is aspect-oriented programming?