InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a disadvantage of the dynamic hashing structure(a) Buckets can be allocated dynamically(b) Lookup involves additional level of indirection(c) It involves a lesser space overhead(d) Hash structure can be modified dynamicallyI got this question in exam.The doubt is from Dynamic Hashing topic in section Indexing and Hashing of RDBMS |
|
Answer» The correct ANSWER is (b) Lookup involves additional LEVEL of INDIRECTION |
|