When do u use clustered index and non-clustered index?
Answer Posted / chethan nagaraj
Clustered index is faster when there is selecting a range
of values while the non clustering index is useful when
there is a modification(DML),
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we Backup SQL Azure Data?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What is the difference between a clustered index and a non-clustered index?
Working with TLogs
What are the main sources of data?
What is view in sql?
Can foreign key be deleted?
What is the new security features added in sql server 2014? : sql server security
How to delete an existing row with delete statements in ms sql server?
Can we return Data from 4(more than 1) tables in stored procedure?
Can a function call a stored procedure in sql server?
How do you check sql server is up and running?
Can you create a logon trigger in sql server 2005 express edition?
Can an entity have two primary keys?
How will you optimize a stored procedure optimization?