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
How to execute a sql statement using mssql_query()?
Explain can SSRS reports Cache results?
What do we have to check in database testing?
Explain full-text indexing?
What are the types of subquery?
What is an index in a database?
How do I find the sql server database version?
What is table level trigger?
Can you please explain the difference between primary keys and foreign keys?
Can you please explain the difference between function and stored procedure?
Explain the relational database management system (rdbms)?
How do I debug a stored procedure in sql server?
Explain mixed authentication mode of sql server?
How would you add a section to a table?
Explain something about security and SQL Azure?