Home »
MCQs »
DBMS MCQs »
DBMS Static Hashing MCQs
___ refers to the process of allocating a new bucket for a given hash result and linking it after the previous one, when buckets are full
14. ___ refers to the process of allocating a new bucket for a given hash result and linking it after the previous one, when buckets are full.
- Open Hashing
- Linear Probing
- Overflow Chaining
- None
Answer: C) Overflow Chaining
Explanation:
Overflow chaining refers to the process of allocating a new bucket for a given hash result and linking it after the previous one, when buckets are full.