ModelingDataRelationships Flashcards

1
Q

Regarding data relationships, which of the following options is correct?

A

An Entity must have an identifier to allow relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following steps is necessary to create a 1-to-1 relationship between Entity A and Entity B?

A

Set the data type of the identifier attribute of Entity B to Entity A Identifier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following steps is necessary to create a 1-to-many relationship between a Master Entity A and a Detail Entity B?

A

Entity B must have a reference attribute of type Entity A Identifier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B?

A

Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B Identifier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly