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
Explain how do you connect to sql server database without using sqlclient?
What is bubbled event?
What are the advantage of ado.net?
What is the full form of ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is the use of data grid?
What is DataRowCollection?
What is the functionality of data provider in ado.net?
What are the advantages using ado.net?
What is the difference between linq and ado.net?
What is ado.net object model?
What does ado stand for in ado.net?
What is connection string?
What are the disadvantages of using datalist?
Define data adapter?