Data Modeling with ER Model Questions

Practice Data Modeling with ER Model MCQs with answers and explanations. Page 2 of 2.

Category
Database
Topic
Data Modeling with ER Model
Page
2 / 2
Mode
Practice

Questions

Open any question to view the answer and explanation.

In entity–relationship (ER) modeling, evaluate the following definition and choose whether it is correct or not. “An ID-dependent entity is an entity whose identifier is a composite identifier where no portion of the composite identifier is an identifier of another entity.”
Open
View answer
In database design workflow, is the following sequencing a sound practice? First identify entities, then determine their attributes, and finally establish the relationships among those entities.
Open
View answer
Clarify the definition of a ternary relationship in ER modeling: does “ternary” mean two entities plus one association, or something else?
Open
View answer
In a 1:N (one-to-many) relationship, identify which side is the parent and which is the child according to ER modeling conventions.
Open
View answer
Definition check: In ER modeling, an entity is anything identifiable in the user’s work environment that users want to track. Is this characterization correct?
Open
View answer
Primary keys in practice: does an identifier “typically” use more than one attribute (i.e., is a composite key the usual case)?
Open
View answer
ER terminology check: are “relationship classes” correctly described as associations between entity classes (types)?
Open
View answer
At the instance level, are entity occurrences connected to each other by relationship classes (types) defined in the schema?
Open
View answer
Composite identifiers: confirm whether a composite primary key must consist of two or more attributes.
Open
View answer
Schema consistency: do all instances (occurrences) of a given entity class share the same set of attributes (though values may be null or optional)?
Open
View answer
In entity–relationship (ER) modeling, is “maximum cardinality” defined as the maximum number of entity instances that can participate in one occurrence of a given relationship?
Open
View answer
In conceptual and logical data modeling, do entities use identifiers while tables (relational implementations) use keys to uniquely distinguish records?
Open
View answer
Are 1:1, 1:N, and N:M ER relationships “also known as HAS-A relationships,” or is “HAS-A” primarily an object-oriented association term rather than ER cardinality terminology?
Open
View answer
In ER modeling, does an attribute describe (capture) the characteristics or properties of an entity instance such as name, date, or amount?
Open
View answer
Does the “degree” of a relationship indicate the number of participating entity types (for example, unary = 1, binary = 2, ternary = 3)?
Open
View answer
Does an entity’s identifier determine the “type” of relationship it has, or does the identifier simply provide uniqueness while relationship type is governed by business rules and cardinality?
Open
View answer
In ER modeling, is a recursive relationship defined as a relationship between instances of the same entity type (for example, Employee manages Employee), rather than between an “archetype” and an instance?
Open
View answer
Is a subtype entity a special case (subset) of a more general supertype entity in supertype–subtype (inheritance) modeling?
Open
View answer
Does “entity class” mean a collection (set) of entity instances characterized by the same structure (attributes and identifier) defined for that class?
Open
View answer
In ER modeling, is “minimum cardinality” the minimum number of entity instances that must (or may) participate in one occurrence of a relationship, thereby expressing optional vs. mandatory participation?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.