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
what is the system function to get the current user's user id? : Sql server database administration
Describe different Processing Modes offered by SSRS?
Explain SSRS Architecture?
What is a unique index?
Write a program using SQL queries to find a unique entry in a table.
Define clusters?
How many ways to create table-valued functions?
What are the types of normalization?
How can we delete Duplicate row in table?
How you can change a cross join into an inner join?
You want to implement the one-to-one relationship while designing tables. How would you do it?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
How can we rewrite sub-queries into simple select statements or with joins?
Does a server store data?
In what version of sql server were synonyms released?