Home »
MCQs »
DBMS MCQs »
DBMS Data Dictionary Storage MCQs
In the case where the database stores all the relationships in a single file, the data dictionary notes each record in a/an ____ and stores the blocks containing the records in a data structure similar to that
8. In the case where the database stores all the relationships in a single file, the data dictionary notes each record in a/an ____ and stores the blocks containing the records in a data structure similar to that.
- Array
- Linked List
- Stack
- Queue
Answer: B) Linked List
Explanation:
In the case where the database stores all the relationships in a single file, the data dictionary notes each record in a linked list and stores the blocks containing the records in a data structure similar to that.