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 sharding?
What are the purpose of Normalisation?
What does REVERT do in SQL Server 2005?
Explain unique key in sql server?
Where views are stored in sql server?
What is 4nf in normalization form?
What is store procedure?
Explain the stored procedure?
What does normalization do to data?
what are constraints? Explain different types of constraints? : Sql server database administration
Explain filestream storage of sql server 2008?
What encryption security is available in sql azure?
what are isolation levels? : Sql server database administration
How fixed length strings are truncated and padded?
How to use go command in "sqlcmd"?