What is the purpose of index in SQL Server MCQ?

More
1 month 2 weeks ago #3338 by Elias
What is the purpose of index in SQL Server MCQ?

Please Log in to join the conversation.

More
1 month 2 weeks ago - 1 month 2 weeks ago #3339 by Elias
Answered by Elias on question What is the purpose of index in SQL Server MCQ?
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes. (google)

This is not all. From Oracle I know that if you want a full table scan or above 70% the index delay the retrieval.

If less is ok.In general we use index to find the proper record(s) that must manage (update,delete,view), and in many cases this become faster with index.
Last edit: 1 month 2 weeks ago by Elias.

Please Log in to join the conversation.

Time to create page: 0.207 seconds