InterviewSolution
Saved Bookmarks
| 1. |
Given the basic ER and relational models, which of the following is INCORRECT?(a) An attribute of an entity can have more than one value(b) An attribute of an entity can be composite(c) In a row of a relational table, an attribute can have more than one value(d) In a row of a relational table, an attribute can have exactly one value or a NULL valueThe question was asked in an interview for job.The question is from Entity-Relationship Design Issues topic in division Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT ANSWER is (C) In a row of a relational table, an attribute can have more than one value Easiest EXPLANATION - It is possible to have several values for a single attribute provide it is a multi-valued attribute. |
|