Database-Management-System
August 29, 2024Nielit Scientist-C 2016 march
August 29, 2024Nielit Scientist-C 2016 march
|
Question 5
|
A primary key, if combined with a foreign key creates
|
parent child relationship between the tables that connect them
|
|
|
many-to-many relationship between the tables that connect them
|
|
|
network model between the tables connect them
|
|
|
none of these
|
Question 5 Explanation:
Using the two relationships mother and father provides us a record of a child’s mother, even if we are not aware of the father’s identity; a null value would be required if the ternary relationship parent is used. Using binary relationship sets is preferable in this case.
Correct Answer: A
Question 5 Explanation:
Using the two relationships mother and father provides us a record of a child’s mother, even if we are not aware of the father’s identity; a null value would be required if the ternary relationship parent is used. Using binary relationship sets is preferable in this case.
