A supertype/subtype hierarchy has which of the following features? Subtypes at the lower lever in the hierarchy inherit attributes only from their immediate supertype. Attributes are assigned at the lowest logical level. Attributes are assigned at the highest logical level. Subtypes at the higher lever in the hierarchy inherit attributes only from their immediate subtype. TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following symbols is not used in an ERD? Rectangle Circle Oval Diamond TRUE ANSWER : ? YOUR ANSWER : ?
Action assertions have traditionally been implemented within an application program. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements concerning business rules is true? It may include restrictions. It should not be convertible to computer code. It should be complex. All of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not one of the three ways to classify an action assertion? Authorization Enabler Condition Integrity Control TRUE ANSWER : ? YOUR ANSWER : ?
Inheritance is which of the following? When a subtype entity inherits values of the supertype attribute When a supertype entity inherits values of the subtype attribute When a subtype entity inherits values of another subtype attribute When a supertype entity inherits values of another supertype attribute 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 : ?
A rectangle represents which of the following in an EER? Relationship Optional One Entity Attribute TRUE ANSWER : ? YOUR ANSWER : ?
An entity instance of a subtype represents the same entity instance of a supertype. True False TRUE ANSWER : ? YOUR ANSWER : ?
Use of a supertype/subtype relationship is necessary when which of the following exists? 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. No attributes apply to any of the instances of an entity type. TRUE ANSWER : ? YOUR ANSWER : ?