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 action plan is preferred if sql server is not responding?
How does recursive cte works in sql server?
How to configure odbc dsn with different port numbers?
What is standby servers? Explain types of standby servers.
What are the differences between web role and worker role?
How you can get the list of largest tables in a database?
Where do we use trace frag?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
How many types of triggers are there?
What is subquery explain with example?
Explain full-text indexing?
What are scalar functions in sql?
Do you know how to store and query spatial data?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
Write a sql query to sort on different column name according to the parameters passed in the function?