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
What is a cache in ssrs?
What is a trigger what are the advantages of trigger?
How do I open a .db file?
What is the default schema of your login session in ms sql server?
Explain subquery and state its properties?
Please differentiate between a local and a global temporary table?
Define right outer join in sql server joins?
What is scrollable cursor?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
How to copy the tables, schema and views from one sql server to another?
Write a SQL command to insert and update only a particular field?
What is openxml in sql server?
What is clustered vs nonclustered index?
Write a program using SQL queries to find a unique entry in a table.
Where views are stored in sql server?