InterviewSolution
Saved Bookmarks
| 1. |
Let us consider phone_number ,which can take single or several values . Treatingphone_numberas an _________ permits instructors to have several phone numbers (including zero) associated with them.(a) Entity(b) Attribute(c) Relation(d) ValueThe question was posed to me in a national level competition.This interesting question is from Entity-Relationship Design Issues topic in division Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT option is (a) Entity Easiest explanation - TREATING a PHONE as an attribute phone_number implies that instructors have precisely one phone NUMBER each. |
|