Difference between Cluster and Non-cluster index?
Answer Posted / seema
Clustered Index :-
1.There can be only one Clustered index for a table
2.usually made on the primary key
3.the logical order of the index matches the physical stored
order of the rows on disk
Non-Clustered Index
1.There can be only 249 Clustered index for a table
2.usually made on the any key
3.the logical order of the index does not match the physical
stored order of the rows on disk
| Is This Answer Correct ? | 86 Yes | 11 No |
Post New Answer View All Answers
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What Is Rdbms?
Explain the relational database management system (rdbms)?
How do you create an execution plan?
how to invoke a trigger on demand? : Sql server database administration
Does a server store data?
Can the query output be sorted by multiple columns in ms sql server?
What command do we use to rename a db, a table and a column?
What happens if date-only values are provided as date and time literals?
What will be query used to get the list of triggers in a database?
How to get all stored procedures in sql server?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What is Lock table in SQL?
Differentiate between a local and a global temporary table?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i