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
What methods do you follow to protect from sql injection attack?
How except clause is differs from not in clause?
How to check status of stored procedure in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Is the order of columns in the set clause important in ms sql server?
What is the difference between Stored Procedures and triggers?
How many types of objects are there?
Explain how to send email from sql database?
What is the maximum row of a size?
Explain the difference between delete,drop and truncate in SQL Server?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What are the purposes of floor and sign functions?
What are the lambda triggers?
What is openrowset sql server?
How to create a view using data from another view?