Can we create nonclustered index in a table without
creating a clustered index
Answer Posted / 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 View All Answers
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What happens if null values are involved in arithmetic operations?
How to optimize stored procedures in sql server?
How to assign null values to variables or columns?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What are security principals used in sql server 2005?
What is the new security features added in sql server 2014? : sql server security
Can we perform backup restore operation on tempdb? : sql server database administration
What happens if date-only values are provided as date and time literals?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
If user is owning any SQL Objects, can we drop that user
How do you delete duplicate rows in sql server?
What is the difference between system objects and user objects?
Give main differences between "Truncate" and "Delete".