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 command class in ado.net?
Describe the command object and its method.
What are the benefits of ADO.NET?
Which is the feature of ado.net?
How to create dynamic gridview?
What is ado circle?
Explain what are the steps to connect to a database?
What is dataset and datatable in ado.net?
What is the difference between ado.net and oledb?
How do you update a dataset in ado.net?
What do you know about ADO.NET's objects and methods?
What is the default provider in ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
How to connect and retrieve data from database using dataset
Which is the best method to get two values from the database?