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
Explain steps of normalization?
Which rendering formats are affected by the pagesize properties?
1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
Can we use having clause without group by?
What are the advantages of the mirroring?
Explain triggers in sql?
How does a profiler work?
Define clusters?
What is bulkcopy in sql?
How to list all field names in the result set using mssql_field_name()?
Write an sql query to find first weekday of the month?
Can you please explain the difference between function and stored procedure?
Does partitioning improve performance?
What are user-defined functions (udfs) in sql server?
How to filter out duplications in the returning rows in ms sql server?