When do u use clustered index and non-clustered index?
Answer Posted / pradeep
To increase the performance of database we can use clustered Index .It will be in sorted order and it is in the form of B tree structure and it won't accept nulls.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what is use of dbcc commands?
How to download and install sql server 2005 books online?
How to send email from database?
Can I work with several databases simultaneously? : sql server management studio
What is partition index in sql server?
When do you think a developer should use sql server-based cursors?
what is database replication? : Sql server database administration
Do you know the capabilities of cursors?
what are the different ways to return the rowcount of a table?
What is a transactions?
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is db stored procedure?
Is BCNF better than 2NF & 3NF? Why?
List the advantages of using stored procedures?
What are the restrictions that views have to follow? : SQL Server Architecture