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 mentionedThe question was asked during an internship interview.My enquiry is from Dynamic Hashing topic in section Indexing and Hashing of RDBMS |
|
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. |
|