Home »
MCQs »
DBMS MCQs »
DBMS File Organization Storage MCQs
A variable-length record is kept in the database system using which of the following methods
14. A variable-length record is kept in the database system using which of the following methods:
- Multiple record types can be stored in a single file.
- Record types for repeating fields like arrays or multisets are kept.
- Variable lengths are enabled either for one field or for multiple fields so that it can be used as a Record type.
- All of the above
Answer: D) All of the above
Explanation:
A variable-length record is kept in the database system using the following methods:
- Multiple record types can be stored in a single file.
- Record types for repeating fields like arrays or multisets are kept.
- Variable lengths are enabled either for one field or for multiple fields so that it can be used as a Record type.