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
How do I manually uninstall an instance of sql server 2016?
What are dml (data manipulation language) statements in ms sql server?
What is the difference between writing data to mirrored drives versus raid5 drives
how you can get the list of largest tables in a database? : Sql server administration
What is named query? : sql server analysis services, ssas
What is raiseerror? What is raiseerror?
Does partitioning improve performance?
What is the difference between insensitive and scroll cursor?
What are cursors stored procedures and triggers?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
When is update_statistics command used?
How to set a database state to offline in ms sql server?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
What is serializable?