Use of a supertype/subtype relationship is necessary when which of the following exists? No attributes apply to any of the instances of an entity type. An instance of a subtype participates in a relationship that is the same as the other subtypes. Attributes apply to all of the instances of an entity type. An instance of a subtype participates in a relationship that is unique to that subtype. TRUE ANSWER : ? YOUR ANSWER : ?
It is appropriate to use a supertype/subtype relationship when there are attributes that apply to some of the instances of an entity type. False True TRUE ANSWER : ? YOUR ANSWER : ?
Specialization is which of the following processes? Defining one or more supertypes of the subtype and forming supertype/subtype relationships. Defining one or more subtypes of the supertype and forming supertype/subtype relationships. Defining one or more supertypes of the subtype and not forming supertype/subtype relationships. Defining one or more subtypes of the supertype and not forming supertype/subtype relationships. TRUE ANSWER : ? YOUR ANSWER : ?
A subtype entity name should be which of the following? A singular noun All of these Concise Specific to the organization TRUE ANSWER : ? YOUR ANSWER : ?
When an entity instance may be a member of multiple subtypes or it does not have to be a member of a subtype, it is which of the following? Disjoint with total specialization Overlap with total specialization Overlap with partial specialization Disjoint with partial specialization TRUE ANSWER : ? YOUR ANSWER : ?
Generalization is the process of defining more general entity types from a set of more specialized entity types. False True TRUE ANSWER : ? YOUR ANSWER : ?
Overlapping and disjoint subtypes have different approaches on how the subtype discriminator is applied. True False TRUE ANSWER : ? YOUR ANSWER : ?
There is cardinality on an EER between the supertype and subtype. True False TRUE ANSWER : ? YOUR ANSWER : ?
A rectangle represents which of the following in an EER? Relationship Entity Optional One Attribute TRUE ANSWER : ? YOUR ANSWER : ?
A supertype/subtype hierarchy is which of the following? Each supertype has only one subtype. Each subtype has only one supertype. Each supertype has only one attribute. Each subtype has only one attribute. TRUE ANSWER : ? YOUR ANSWER : ?