InterviewSolution
Saved Bookmarks
| 1. |
An entity in A is associated with at most one entity in B. An entity in B, however, can be associated with any number (zero or more) of entities in A.(a) One-to-many(b) One-to-one(c) Many-to-many(d) Many-to-oneThe question was posed to me in a job interview.The doubt is from Constraints topic in division Database Systems Design and Implementation of Database Management |
|
Answer» Correct CHOICE is (d) Many-to-ONE |
|