Answer Posted / guest
Indexes improve database performance by allowing faster retrieval of records.
Types of indexes:
• Clustered Index – Reorders table records for faster access.
• Non-Clustered Index – Stores index separately for faster lookups.
• Unique Index – Ensures all values in a column are unique.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is nonclustered index with included columns ?
What are different types of constraints?
What are the different types of backups that exist?
How to get a list of columns using the "sys.columns" view in ms sql server?
List the different types of joins?
What is an execution plan? How would you view the execution plan?
What is blocking and how would you troubleshoot it? : sql server database administration
Can we use where and having clause together?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
How to create an index on a view?
What is wrong with sql server client libarary dll, ntwdblib.dll?
What are transactions and its controls?
What are rest-style architecture's?
How to concatenate two character strings together?
How to modify the underlying query of an existing view?