what is clustered index?why is it created?
Answer Posted / kuldeep kumawat
clustered index make physical table of the underline base table like (PhonBook,Discretionary)
and
Non clustered index is a reference table key of base table.
nonclusterd index has reference key to point a main table record
(like our not book we have index at first page and page number )
Example blow here ..
topics page no
class 20
object 30
asp.net 300
practices Example 330
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the hierarchy of data in databases?
What is aggregate root?
What is data relation?
Explain the difference in record set and dataset?
Why is it important to close an ado.net application?
What is the difference in record set and dataset?
Explain how can we load multiple tables in to dataset?
How would you connect to a database by using .NET?
What is the usage of the dataset object in ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
What is a column variable?
What are the methods of XML dataset object?
Why do we use sqldataadapter?
What is variable view?
Name which operations can you not perform on an ado.net dataset?