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 resultset concur_updatable?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to enter unicode character string literals in ms sql server?
What is index in an assignment?
What to perform pattern match with the like operator?
Can I save my report as html, excel or word? : sql server management studio
What is primary key, unique key, and foreign key?
Explain in brief about Microsoft SQL server?
What is order of B+tree?
According to you what goes into making the best database administrator? : sql server database administration
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How to delete duplicate rows in sql server?
What is PROJECTION Operation?
What is collation sensitivity? Explain different types.
What is table valued function and scalar valued functions?