44.3k views
3 votes
Which of the following is true regarding the network database model?

1) It was first developed by E.F. Codd.
2) Data and methods are stored together in the database.
3) Each node may have many parents.
4) Records are connected using common physical address pointers.

User Jbeldock
by
7.5k points

1 Answer

1 vote

Final answer:

The correct statement about the network database model is that each node may have many parents. Charles Bachman developed this model, not E.F. Codd who created the relational model.

Step-by-step explanation:

The statement that is true regarding the network database model is: Each node may have many parents. The network database model is known for its flexibility in representing complex relationships among data where a single child or record can have multiple parent records.

This is different from the hierarchical model where each child can only have one parent. The first statement is incorrect because it was Charles Bachman who developed the network database model, not E.F. Codd. E.F. Codd is actually associated with the relational database model.

The second statement is more related to object-oriented databases where data and methods (functions or procedures) are indeed encapsulated together. The fourth statement is somewhat misleading; while records are connected, they are often connected by 'sets'.

User Spandey
by
7.5k points