Difference between Cluster and Non-cluster index?
Answer Posted / naren
clustered index is created on actual data.
Non clustered index ix created on pointer of data.
If there is primary key by default clustered index is
created.
else non clustered index created.
only one clustered index is possible to create.
249 non clustered indexex can be created.
| Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
What is unique key constraint?
What is a covered index?
What is acid properties?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
Can group functions be used in the order by clause in ms sql server?
What is default port number for sql server 2000?
what kind of lan types do you know? : Sql server database administration
How to loop through returning rows?
What the class forname () does?
how to control the amount of free space in your index pages? : Sql server database administration
How to configure odbc dsn with different port numbers?
How do I find the default sql server instance?
Does group by or order by come first?
How to rename an existing column with sql server management studio?
Explain difference between cross join and full outer join?