InterviewSolution
Saved Bookmarks
| 1. |
An entity set that does not have sufficient attributes to form a primary key is termed a __________(a) Strong entity set(b) Variant set(c) Weak entity set(d) Variable setThe question was posed to me during an online interview.I would like to ask this question from Entity-Relationship Diagrams in section Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT OPTION is (C) Weak ENTITY set For explanation: An entity set that has a primary key is termed a strong entity set. |
|