InterviewSolution
Saved Bookmarks
| 1. |
Why do we need concurrency control on B+ trees ?(a) To remove the unwanted data(b) To easily add the index elements(c) To maintain accuracy of index(d) All of the mentionedThe question was posed to me by my school principal while I was bunking the class.My doubt is from Concurrency in Index Structures topic in division Concurrency Control of Database Management |
|
Answer» The CORRECT CHOICE is (c) To maintain accuracy of index |
|