How many types of indexes are there in SQL Server?
Answer Posted / abcd
9 indexes:
1. Clustered,
2. Non-clustered,
3. Unique,
4. Index with included columns,
5. Indexed views,
6. Full text,
7. Spatial,
8. Filtered &
9. XML
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to perform backup for certificates in sql server? : sql server security
Explain the difference between clustered and non-clustered index?
Explain what is raid and what are different types of raid levels?
What are the different types of indexes?
Explain few examples of RDBMS?
Why we should not use triggers?
Do you know what is replace and stuff function in sql server?
What is the difference between set and select?
What is the syntax for encrypting a column in SQL Server?
What are the properties of the transactions?
Explain candidate key, alternate key, and composite key?
Is ssrs support other database except ms sql server?
What is a transaction and why is it important?
What is the purpose of the master database?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration