in Databases edited by
2,151 views
0 votes
0 votes

The completeness constraint has rules :

  1. Supertype, Subtype
  2. Total specialization, Partial specialization
  3. Specialization, Generalization
  4. All of the above
in Databases edited by
2.2k views

1 Answer

3 votes
3 votes

Answer: B)Total specialization, Partial specialization

The completeness constraint specifies whether or not an entity in the higher-level entity set must belong to at least one of the lower-level entity sets within the generalization/specialization.

This constraint can be one of the following

  1.  Total specialization:Each higher-level entity(Super Type) must belong to a lower-level entity set(Subtype).

  1. Partial specialization: Some higher-level entities(SuperType) may not belong to any lower-level entity set(Subtype).