edited by
530 views
2 votes
2 votes

Which of the following is not true?

  1. Generalization is the result of taking the union of two or more disjoint entity sets to produce a higher level entity set.
  2. Specialization is an abstraction in which relationship sets are treated as higher-level entity sets.
  3. Canonical covers are used to decompose a relation into $\text{3NF,}$ which is a small relaxation of the $\text{BCNF}$ condition.
  4. The concurrency control management component of the database is responsible for handling the concurrency control policies.
edited by

1 Answer

0 votes
0 votes

B is not true. It is a definition of aggregation

Aggregation is an abstraction in which relationship sets are treated as a higher level entity.
Specilaization is the result of taking a subset of a higher level entity sets a lower level entity sets. 

Related questions

3 votes
3 votes
1 answer
2
Tuhin Dutta asked Jan 19, 2018
664 views
F: { A- BC, B->C, AC->B }G: { AB->C, A->B, A->C }Does G cover F?
2 votes
2 votes
4 answers
4
Purple asked Jan 24, 2016
18,073 views
Consider the following set of functional dependency on the scheme (A, B,C) A >BC, B >C, A B, AB >C The canonical cover for this set is:(A) A >BC and B CB. A >BC and AB ...