edited by
10,620 views
6 6 votes

An aggregation association is drawn using which symbol?

  1. A line which loops back on to the same table
  2. A small open diamond at the end of a line connecting two tables
  3. A small closed diamond at the end of a line connecting two tables
  4. A small closed triangle at the end of a line connecting two tables

2 Answers

Best answer
29 29 votes

ans is (b)

Aggregation

Aggregation 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.

selected by
Answer:
Position:
Show:

Related questions

14 14 votes
5 5 answers
12.1k
12.1k views
go_editor asked Jul 1, 2016
12,065 views
Consider the following tableThe table is in which normal form?First Normal FormSecond Normal FormThird Normal Form but not BCNFThird Normal Form and BCNF
7 7 votes
2 answers 2 answers
6.0k
6.0k views
ajit asked Sep 23, 2015
5,953 views
Let $x,y,z,a,b,c$ be the attributes of an entity set E. If $\{x\} ,\{x,y\}, \{a,b\},\{a,b,c\}, \{x,y,z\}$ are superkeys then which of the following are the candidate keys...
8 8 votes
4 answers 4 answers
8.2k
8.2k views
Nivetha Ravichandran asked Sep 21, 2015
8,245 views
Consider the schema $R (A, B, C, D)$ and the functional dependencies $A\to B$ and $C\to D$. If the decomposition is made as $R_1(A, B)$ and $R_2 (C, D)$, then which of t...
9 9 votes
1 answers 1 answer
10.1k
10.1k views
ajit asked Sep 5, 2015
10,131 views
Every time the attribute A appears, it is matched with the same value of attribute B but not the same value of attribute C. Which of the following is true?A - (B,C) ...