...
Research-Aptitude
August 21, 2024
Functional-Dependency
August 21, 2024
Research-Aptitude
August 21, 2024
Functional-Dependency
August 21, 2024

Database-Management-System

Question 533
A Network Schema
A
restricts to one to many relationship
B
permits many to many relationship
C
stores Data in a Database
D
stores Data in a Relation
Question 533 Explanation: 
→ The network model expands upon the hierarchical structure, allowing many-to-many relationships in a tree-like structure that allows multiple parents. It was most popular before being replaced by the relational model, and is defined by the CODASYL specification.
→ The network model organizes data using two fundamental concepts, called records and sets.
→ Records contain fields (which may be organized hierarchically, as in the programming language COBOL).
→ Sets (not to be confused with mathematical sets) define one-to-many relationships between records: one owner, many members.
→ A record may be an owner in any number of sets, and a member in any number of sets.

Correct Answer: B
Question 533 Explanation: 
→ The network model expands upon the hierarchical structure, allowing many-to-many relationships in a tree-like structure that allows multiple parents. It was most popular before being replaced by the relational model, and is defined by the CODASYL specification.
→ The network model organizes data using two fundamental concepts, called records and sets.
→ Records contain fields (which may be organized hierarchically, as in the programming language COBOL).
→ Sets (not to be confused with mathematical sets) define one-to-many relationships between records: one owner, many members.
→ A record may be an owner in any number of sets, and a member in any number of sets.

Leave a Reply

Your email address will not be published. Required fields are marked *