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
(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
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.