InterviewSolution
Saved Bookmarks
| 1. |
________ is an abstraction through which relationships are treated as higher level entities(a) Creation(b) Superseding(c) Attribute separation(d) Aggregation |
|
Answer» The correct choice is (d) Aggregation The best I can explain: One limitation of E-R model is that it cannot express relationships among relationships. Thus for this purpose, aggregation is used. Aggregation is an abstraction through which relationships are treated as higher level entities. |
|