Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which type of database allows multiple parent records for each child re…

Question

which type of database allows multiple parent records for each child record?
relational
hierarchical
object - oriented
network
done

Explanation:

Brief Explanations
  • Relational databases use tables with fixed relationships, not multiple parents per child.
  • Hierarchical databases have a strict one-parent-to-many-children structure.
  • Object-oriented databases store data as objects, not defined by parent-child record relationships in this context.
  • Network databases allow child records to have multiple parent records, using a many-to-many or one-to-many with flexible parent connections structure.

Answer:

network