Join Examsbook
Answer : 4. "hierarchical database"
In a _______, a parent record type can be associated with one or more "child" record types, but a child record type can have only one parent.
5Q:
In a _______, a parent record type can be associated with one or more "child" record types, but a child record type can have only one parent.
- 1network databasefalse
- 2relational databasefalse
- 3distributed databasefalse
- 4hierarchical databasetrue
- Show Answer
- Workspace
Answer : 4. "hierarchical database"
Explanation :
In a hierarchical database model, a parent record type can be associated with one or more child record types, but a child record type can have only one parent. This hierarchical structure is represented as a tree-like schema, where each parent record can have multiple child records, but each child record has only one parent. This model is useful for representing data with hierarchical relationships, such as organizational structures or file systems.