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 is sql collation?
How can sql injection be stopped? : sql server security
What is the difference between primary key and unique constraints?
What are the types of containers in ssis?
How to update muliple row in single query?
How to get all stored procedures in sql server?
How to join two tables in a single query in ms sql server?
what is denormalization? : Sql server database administration
How to list all schemas in a database?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
Explain identity in sql server?
what is a live lock? : Sql server database administration
How to create a simple user defined function in ms sql server?
what is the system function to get current user's user id? : Sql server database administration
In what sequence sql statement is processed?