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 a trace frag?
What is rs.exe utility?
What is a schema in ms sql server 2005?
Do you know the policy based administration feature of sql server 2008?
Can we take the full database backup in log shipping?
How to create indexed view?
What is the Disadvantage of indexed sequential file.
Can a function call a stored procedure in sql server?
What is a filestream?
What is data modeling and Reterminal integrity?
How to insert multiple rows with one insert statement in ms sql server?
How would you go about developing a ssrs report?
What is the new security features added in sql server 2016? : sql server security
What are user-defined functions (udfs) in sql server?
What is the difference between executequery () and executeupdate ()?