WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / jabamit
CLUSTER INDEX BCZ THAT WORK PHYSICALLY(MEANS ALREADY IN DEC
OR ASC ORDER) BUT NON CLUSTER INDEX WORK DYNAMICALLY.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Write the queries for commands like Create Table, Delete table, Drop Table etc.
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is the sql profiler?
What is an indexed view?
What are the differences between triggers and stored procedures?
How to test values returned by a subquery with the in operator?
How do you test your database? : sql server database administration
What are the different types of sql server replication? : sql server replication
What is dirty page?
How to query multiple tables jointly?
How is a full-text index updated?
What happens if time-only values are provided as date and time literals?
When you use @@error and try-catch?
How to execute multiple stored procedures at one time in sql server?
What are difference between Cluster index and Non-Cluster index?