Home »
MCQs »
DBMS MCQs »
DBMS Heap File Organization MCQs
In a ____ file, we must traverse the data from the beginning of the file until we get the requested record if we want to search, update or delete the data
9. In a ____ file, we must traverse the data from the beginning of the file until we get the requested record if we want to search, update or delete the data.
- Sequential
- Heap
- ISMA
- None
Answer: B) Heap
Explanation:
In a heap file, we must traverse the data from the beginning of the file until we get the requested record if we want to search, update or delete the data.