A supertype/subtype hierarchy has which of the following features? Attributes are assigned at the highest logical level. Subtypes at the lower lever in the hierarchy inherit attributes only from their immediate supertype. Subtypes at the higher lever in the hierarchy inherit attributes only from their immediate subtype. Attributes are assigned at the lowest logical level. TRUE ANSWER : ? YOUR ANSWER : ?
A supertype/subtype hierarchy is which of the following? Each supertype has only one subtype. Each subtype has only one attribute. Each subtype has only one supertype. Each supertype has only one attribute. TRUE ANSWER : ? YOUR ANSWER : ?
A subtype entity name should be which of the following? A singular noun Specific to the organization Concise All of these 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 Disjoint with partial specialization Overlap with partial specialization Overlap with total specialization 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 not 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. TRUE ANSWER : ? YOUR ANSWER : ?
An entity instance of a subtype represents the same entity instance of a supertype. False True 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 unique to that subtype. An instance of a subtype participates in a relationship that is the same as the other subtypes. No attributes apply to any of the instances of an entity type. Attributes apply to all of the instances of an entity type. TRUE ANSWER : ? YOUR ANSWER : ?
A rectangle represents which of the following in an EER? Relationship Optional One Entity Attribute TRUE ANSWER : ? YOUR ANSWER : ?
Total specialization is represented by double lines between the supertype and subtype on an EER. True False TRUE ANSWER : ? YOUR ANSWER : ?