The network database model allows each child to have only a single parent
Select one:
True
False
Answers
Answered by
0
Answer: The hierarchical database model mandates that each child record has only one parent, whereas each parent record can have one or more child records. In order to retrieve data from a hierarchical database, the whole tree needs to be traversed starting from the root node.
Explanation:
Similar questions