Action assertions have traditionally been implemented within an application program. True False TRUE ANSWER : ? YOUR ANSWER : ?
A supertype/subtype hierarchy is which of the following? Each subtype has only one attribute. Each supertype has only one attribute. Each supertype has only one subtype. Each subtype has only one supertype. TRUE ANSWER : ? YOUR ANSWER : ?
Inheritance is which of the following? When a subtype entity inherits values of another subtype attribute When a supertype entity inherits values of another supertype attribute When a subtype entity inherits values of the supertype attribute When a supertype entity inherits values of the subtype attribute TRUE ANSWER : ? YOUR ANSWER : ?
Specialization is which of the following processes? 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. Defining one or more supertypes of the subtype and forming supertype/subtype relationships. 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 Disjoint with partial specialization Overlap with partial specialization 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 : ?
An ERD that has had the entities clustered will display more entities. True False TRUE ANSWER : ? YOUR ANSWER : ?
Packaged data models are meant to be exactly right straight out of the box. False True TRUE ANSWER : ? YOUR ANSWER : ?
A subtype discriminator is which of the following? An attribute of the supertype whose values determine the subtype An attribute of the supertype whose values determine the supertype An attribute of the subtype whose values determine the supertype An attribute of the subtype whose values determine the subtype TRUE ANSWER : ? YOUR ANSWER : ?
An action assertion is a statement that expresses some aspect of the static structure of the organization. True False TRUE ANSWER : ? YOUR ANSWER : ?