adspace


How many clustered indexes there can be on table ?

Answer Posted / Ajit Singh

A table in SQL Server can have only one primary key and, consequently, one clustered index. If you attempt to create a second clustered index, the server will fail and return an error.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain “row_number()” in sql server with an example?

1080


How raid can influence database performance?

1119


How to convert character strings into numeric values?

1192


What is a view in sql?

1043


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


List the ways in which dynamic sql can be executed?

1087


What is a scheduled job or what is a scheduled task?

1040


Is it possible to have clustered index on separate drive from original table location?

1041


What is the difference between upgrade and migration in sql server?

1185


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8232


What is normalization and what are the advantages of it?

1057


What is sql or structured query language?

1228


Why we use the openxml clause?

1080


List out the different types of locks available in sql server?

1051


How do I find the sql server version?

1103