Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
ER Model and Business Rules Questions
In data modeling (ER/EE-R), is a subtype discriminator defined on the supertype as an attribute whose value determines to which subtype(s) a particular supertype instance belongs?
In enhanced ER modeling, can a single supertype have only one subtype, or can it legally have multiple subtypes at the same time?
Packaged (industry) data models: Are they intended to be used exactly as delivered, with no customization or localization?
When should you use a supertype/subtype structure? Specifically, is it appropriate when certain attributes apply only to some instances of an entity type (and not to all)?
Where are action assertions (dynamic business rules) typically implemented? Historically, have they most often been enforced inside application programs rather than the database?
Entity clustering on ERDs: After clustering related entities to simplify a diagram, will the ERD display more entities than before?
Definitions of business rules: Is an action assertion a statement about the static structure of the organization, rather than about events and permitted actions?
Subtype identity: Does a single entity instance of a subtype represent the same real-world instance as its corresponding supertype entity (i.e., share identity)?
Generalization vs. specialization: Is generalization the process of defining a more general supertype from a set of more specialized subtypes?
Entity clustering definition: Is an entity cluster a set of one or more entity types along with their associated relationships, grouped to simplify an ERD view?
1
2