How many types of indexes are there in SQL Server?
Answer Posted / b.hari kumar reddy
mainly five type of indexes in sql
1.simple index
2.composite index
3.unique index
4.Clustered index
5.Non-clustered index
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where in ms sql server is ’100’ equal to ‘0’?
What is an identity?
What is the native system stored procedure to execute a command against all databases?
Can you pass expressions to stored procedure parameters?
What are the restraints imposed on the table design by a merge replication?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
How many types of built in functions are there in sql server 2012?
Can an automatic recovery be initiated by a user?
Explain full-text indexing?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What is replace and stuff function in sql server?
Explain differentiate between a having clause and a where clause?
What does executeupdate return?
What is ssl in sql server?
What is temporary table in sql server? Why we use temp table?