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
What is meant by indexing?
Can we call future method from trigger?
Can We Use Data-grids For Our Report In Ssrs?
What is de-normalization and what are some of the examples of it?
what are acid properties? : Sql server database administration
What is the difference between insensitive and scroll cursor?
What is unpivot?
What is de-normalization in sql database administration? Give examples?
How to delete duplicate rows from table except one?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is the difference between for trigger and after trigger?
What is filter index?
What is the difference between drop table and truncate table?
How to grant a permission in ms sql server using "grant execute" statements?
Explain optimistic and pessimistic concurrency?