Examlex

Solved

The Table EMPLOYEE with Primary Key = Empno Uses as Hash

question 50

Multiple Choice

The table EMPLOYEE with primary key = empno uses as hash function empno Mod 100, which gives the physical record number when applied to Empno. The linear probe procedure is used for collision handling. The physical records are created in the order of logical records (= rows) in the table, one physical record for one logical record EMPLOYEE
Empno
2011
2012
2211
2311
2312
2313
2317
-To maintain the number of collisions at an adequate level without wasting too much storage,the ratio of used records to the total number of records should be as follows:


Definitions:

Related Questions