It is appropriate to use a supertype/subtype relationship when there are attributes that apply to some of the instances of an entity type. True False TRUE ANSWER : ? YOUR ANSWER : ?
An entity cluster is a set of one or more entity types and associated relationships. True False 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? Overlap with partial specialization Overlap with total specialization Disjoint with partial specialization Disjoint with total specialization TRUE ANSWER : ? YOUR ANSWER : ?
Total specialization is represented by double lines between the supertype and subtype on an EER. False True TRUE ANSWER : ? YOUR ANSWER : ?
If an entity adheres to the disjoint rule, then an entity instance can be a member of more than one entity for a given supertype. False True TRUE ANSWER : ? YOUR ANSWER : ?
There is cardinality on an EER between the supertype and subtype. True False TRUE ANSWER : ? YOUR ANSWER : ?
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 : ?
An ERD that has had the entities clustered will display more entities. False True TRUE ANSWER : ? YOUR ANSWER : ?
Inheritance is which of the following? When a subtype entity inherits values of another subtype attribute When a subtype entity inherits values of the supertype attribute When a supertype entity inherits values of another supertype attribute When a supertype entity inherits values of the subtype attribute TRUE ANSWER : ? YOUR ANSWER : ?