ModelingDataRelationships Flashcards
Regarding data relationships, which of the following options is correct?
An Entity must have an identifier to allow relationships.
Which of the following steps is necessary to create a 1-to-1 relationship between Entity A and Entity B?
Set the data type of the identifier attribute of Entity B to Entity A Identifier.
Which of the following steps is necessary to create a 1-to-many relationship between a Master Entity A and a Detail Entity B?
Entity B must have a reference attribute of type Entity A Identifier.
Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B?
Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B Identifier.