answersLogoWhite

0

•A feature of the entity relationship model that allows a relationship set to participate in another relationship set.

• This is indicated on an ER diagram by drawing a dashed box around the aggregation.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Natural Sciences
Related Questions

What is meant by aggregation according to dbms?

Aggregation is an important concept in database design where composite objects can be modelled during the design of database applications. Therefore, preserving the aggregation concept in database implementation is essential. In this paper, we propose models for implementation of aggregation in an Object-Relational Database Management System (ORDBMS) through the use of index clusters and nested tables. ORDBMS is a commercial Relational Database Management Systems (RDBMS), like Oracle, which support some object-oriented concepts. We will also show how queries can be performed on index clusters and nested tables.


What are highlights of DBMS?

NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is SQL DBMS or RDBMS?

dbms


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


Can you give me a sentence using the word aggregation?

The aggregation between a man and a woman is considered a marriage. The aggregation between a man and a woman is considered a marriage.


How do you put aggregation in a sentence?

The aggregation between a man and a woman is considered a marriage. aggregation means a group or mass of distinct or varied things, persons


What are the importance of dbms in industrial environment?

importance of DBMS


What is the purpose of dbms?

What is the purpose of dbms?DBMS is a software that organises the creation, storage and maintenance of Databases for end users.


What is an aggregation number?

An aggregation number is the number of molecules which are associated together to form a micelle.


What is the difference between aggregation and association in DBMS?

AssociationAssociation is a relationship between two objects. In other words, association defines the multiplicity between objects. You may be aware of one-to-one, one-to-many, many-to-one, many-to-many all these words define an association between objects. Aggregation is a special form of association. Composition is a special form of aggregation.Example: A Student and a Faculty are having an association.AggregationAggregation is a special case of association. A directional association between objects. When an object 'has-a' another object, then you have got an aggregation between them. Direction between them specified which object contains the other object. Aggregation is also called a "Has-a" relationship.