How many index can be created for single table
Answer Posted / sanjay kumar dinda
Two types of indexes are there in SQL Server
1. Clustered Index
2. Non-Clustered Index
We can create only 1 Clustered index in a table as it re-
orders the data of the table
We can create upto 249 Non-Clustered index in a table...
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Can we use max in where clause?
What is the maximum size of a row in sql server?
What is the query and subquery?
Can group by be used without aggregate functions?
What are scheduled tasks in sql server?
What is the difference between the application object and session object?
Define master database?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is tcl in sql server?
What is query and its types?
What is triggers and stored procedures?
Explain what is the difference between union and union all?
Explain the concept of recursive stored procedure.
What is a constant or literal in ms sql server?
What is the exact numeric data type in sql?