recategorized by
2,429 views
3 votes
3 votes

Which of the following statements is correct?

  1. Aggregation is a strong type of association between two classes with full ownership
  2. Aggregation is a strong type of association between two classes with partial ownership
  3. Aggregation is a weak type of association between two classes with partial ownership
  4. Aggregation is a weak type of association between two classes with full ownership
recategorized by

3 Answers

1 votes
1 votes

Aggregation is a weak type of Association with partial ownership.

0 votes
0 votes
Aggregation is a weak type of association between two classes with partial ownership.
All other statement are incorrect.
So, option (C) is correct.
Answer:

Related questions

2.6k
views
2 answers
1 votes
rishu_darkshadow asked Sep 26, 2017
2,582 views
Aggregation is :an abstraction through which relationships are treated as lower level entitiesan abstraction through which relationships are treated as higher level ... relationships are not treated at all as entitiesnone of the above
5.8k
views
4 answers
5 votes
go_editor asked Aug 17, 2016
5,785 views
Consider the following ORACLE relations:R(A, B, C)={<1, 2, 3>, <1, 2, 0>, <1, 3, 1>, <6, 2, 3>, <1, 4, 2>, <3, 1, 4>}S(B, C, D)={<2, 3, 7>, <1, ... $_2$ thenM=4, N=2M=5, N=3M=2, N=2M=3, N=3
4.2k
views
3 answers
1 votes
go_editor asked Aug 17, 2016
4,217 views
Which of the following statements is true?$D_1$: The decomposition of the schema R(A, B, C) into R$_1$(A,B) and R$_2$(A,C) is always lossless$D_2$: The ... E) is losslessBoth $D_1$ and $D_2$Neither $D_1$ nor $D_2$Only $D_1$Only $D_2$
5.9k
views
2 answers
3 votes
go_editor asked Aug 17, 2016
5,914 views
Consider the relations $R(A, B)$ and $S(B, C)$ and the following four relational algebra queries over R ans S$\pi_{A, B} (R \bowtie S)$R \bowtie \pi_B(S ... are the same queryI, II and IV are the same queryI, II and III are the same query