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 a postback in asp net?
Can viewstate be accessed in another page?
when a request is made in Life cycle of ASP.NET page .
What is GAC in ASP.NET 2.0
Explain Areas in MVC?
Is it possible for me to change my aspx file extension to some other name?
What are demand-paging and pre-paging?
List the asp.net validation controls?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is asp.net response object?
Which is faster union or union all?
Which is an advantage of application service providers?
Explain about Automatic resource management?
How can you register a custom server control to a web page?