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

CREATE a table from another table

2 Answers  


write query for fourth maximum salary from employee table

14 Answers   Mind Tree, SP Software,


Explain foreign key in sql server?

0 Answers  


What is the most common trace flags used with sql server?

0 Answers  


What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?

0 Answers  






Can we add our custom code in ssis?

0 Answers  


What are user defined datatypes and when you should go for them?

1 Answers  


What is lookup override?

0 Answers   Informatica,


What are types of storage modes? : sql server analysis services, ssas

0 Answers  


Explain about service Broker functions?

0 Answers  


How to test values returned by a subquery with the in operator?

0 Answers  


How to search for a string in all stored procedure in sql server?

0 Answers  


Categories