InterviewSolution
Saved Bookmarks
| 1. |
State true or false: We cannot specify keys in the Entity-Relationship model(a) True(b) FalseThe question was posed to me during an interview.The origin of the question is Entity Relationship Model topic in section Database Design and the ER Model of RDBMS |
|
Answer» CORRECT answer is (b) False The EXPLANATION is: Keys can be specified in the entity-relationship model to uniquely identify the entity in the entity set. |
|