InterviewSolution
Saved Bookmarks
| 1. |
Dynamic hashing allows us to?(a) Accommodate the growth of the database(b) Accommodate the shrinkage of the database(c) Allows modification of hash function(d) All of the mentioned |
|
Answer» Correct answer is (d) All of the mentioned To explain: Dynamic hashing allows us to accommodate the growth of the database and the shrinkage of the database by allowing us to change the hash function dynamically. |
|