How many types of indexes are there in SQL Server?
Answer Posted / mohd zubair khan
Three type of indexes in sql
1.Clustered
2.Non-clustered
3.Unique
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What do you mean by data integrity?
Where in ms sql server is ’100’ equal to ‘0’?
How to call a function from a stored procedure in SQL Server ?
How to modify existing triggers using "alter trigger"?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What do you understand by replication in sql server?
What is an identity?
What will be the maximum number of indexes per table?
What is 2nf normalization?
What is abstracting periodical?
What are the types of resultset?
What are the types of subquery?
What is cte (common table expression)?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Is resultset an interface?