WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / shailesh arban
Because cluster index sort data in table based on key value that is you primary key value and primary key values are unique in table therefore cluster index only one on table.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What do you understand by integration services in sql server?
Explain the disadvantages of cursors?
What is sql azure database?
Does group by or order by come first?
Difference between report and query parameter.
How to list all field names in the result set using mssql_field_name()?
What are the new scripting capabilities of ssms? : sql server management studio
What are extended events in sql server?
Explain how you can deploy an SSRS report?
What is stored procedures?
What are Spatial data types in SQL Server 2008
What is the language structure to add a record to a table?
New concepts of sql server 2005 use in your project.
Why use “in” clause in sql server?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration