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
Does sql server use t sql?
Is sql server difficult to learn?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
Explain in details security in SQL azure?
List out different types of normalizations in sql server and explain each of them?
How many full-text indexes can a table have?
What do mean by xml datatype?
What are the 2 types of classifications of constraints in the sql server?
What is a collation?
What is a user-defined function in the sql server and what is its advantage?
What is use of except clause? How does it differ from not in clause?
What samples and sample databases are provided by microsoft?
How many types of dimensions are there and what are they? : sql server analysis services, ssas
How to reaname table name without using sp_Rename in sql server..?
How to update muliple row in single query?