Difference between Cluster and Non-cluster index?
Answer Posted / veerreddy
clustered index is that the order of data in table is always
equal or matches to order of data stored in index.there is
only one(1) clustered index for table.it is usually applied
on primary key column in table.
other hand the non-clustered index is that the order of data
in table is not equal or matches to order of data stored in
index.so they can be applied on non-primary key columns like
unique,foreign key etc.A table can have (249) non-clustered
indexes
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Define cross join in sql server joins?
What are logical/boolean operations in ms sql server?
How to execute stored procedure and set temp table in sql server?
What is sql server schema compare? How we can compare two database schemas?
What function does a database engine serve in the sql server?
Explain what is analysis service repository?
What are the properties of the transaction?
Can sql servers linked to other servers like oracle?
Can a database be shrunk with users active?
Do you know what guidelines should be followed to help minimize deadlocks?
How do I find the transaction log size in sql server?
What are some examples of schemas?
Can you name a few encryption mechanisms in sql server?
Explain the difference between function and stored procedure?
what is spatial nonclustered index