WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / muthu
Clustered index based on Primary Key. So if we create a PK,
automatically Clustered Index will be created. So only one
CI available for a table.
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
What is triggers and stored procedures?
Explain about the command-line tool SQLCMD?
What are the difference between primary keys and foreign keys?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
What are the system database in sql server 2005?
what is a check constraint?
What is a field in a table?
What is transact-sql ddl trigger?
How to defragment indexes with alter index ... Reorganize?
what is bit datatype? : Sql server database administration
List out the difference between union and union all in sql server?
What are the reporting services components?
explain databases and sql server databases architecture? : Sql server database administration
What is inner join? Explain with an example?
Is sql server difficult to learn?