Home »
MCQs »
DBMS MCQs »
DBMS Heap File Organization MCQs
When we work with heap files, we must check ___ entry until we get the desired record
11. When we work with heap files, we must check ___ entry until we get the desired record.
- First
- Last
- Each
- None
Answer: C) Each
Explanation:
When we work with heap files, we must check each entry until we get the desired record.