Can we create nonclustered index in a table without
creating a clustered index



Can we create nonclustered index in a table without creating a clustered index..

Answer / neelesh kumar

Yes, we can. for example we can use unique constraint
without any clustered index.

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More SQL Server Interview Questions

How do you fine the performance tunning?

2 Answers   Accenture,


Explain the difference between delete,drop and truncate in SQL Server?

0 Answers   HCL,


What is cursor in ms sql server?

0 Answers  


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

0 Answers  


How can you check the level of fragmentation on a table?

0 Answers  






what is diffence between replicaion and logshipping?

1 Answers  


I have a huge amount of data which is displayed in a report. The data is viewed every day. Every day the data is displayed in 30 secs but suddenly today it is giving an timeout message today. Data has not been changed. The situation is same as yesterday. What might be the reason??? Please Answer.

4 Answers   Satyam,


Differentiate between delete and truncate.

0 Answers  


How would you choose between a clustered and a non-clustered index?

0 Answers  


How to get the definition of a trigger back?

0 Answers  


Can you explain different types of locks in sql server?

0 Answers  


What is DCL?

0 Answers  


Categories