WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
Answer Posted / g.ashok
Non clustered index is fast
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to grant a permission in ms sql server using "grant execute" statements?
When multiple after triggers are attached to sql table, how to control the order of execution?
Define constraints and give an example of their use?
What are the basic functions for master, msdb, model, tempdb databases?
What is the default value of an integer data type in sql server 2005?
Can You Use Data Mining Models In Ssrs?
How to drop an existing table with "drop table" statements in ms sql server?
How to enter binary string literals in ms sql server?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is indexing and its types?
How to create new tables with "create table" statements in ms sql server?
What are the two authentication modes in sql server?
What is transact-sql language?
Create and insert into temp table in sql server?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?