Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Modeling Data in the Organization Questions
In entity-relationship (ER) modeling, a binary relationship (between exactly two entity types) can have various cardinalities. Which option represents a form that a binary relationship
cannot
take?
In data modeling, how many distinct entity types participate in a ternary relationship, and what does this imply for its design?
Choosing identifiers: Which characteristic best defines a good identifier (primary key or candidate key) for an entity in a database design?
Naming entities in an ER model: Which guidelines should an entity name satisfy to be clear and maintainable across a project?
Business rules in data modeling: Which characteristic best describes a well-written business rule that can be enforced in databases and applications?
Cardinality and participation: If the minimum and maximum number of instances of an entity in a relationship are both one, what does this indicate about participation?
Entity–Relationship (ER) diagram notation In classic Chen-style ER modeling, what does an oval (ellipse) symbol represent in an ER diagram?
Composite attributes in ER modeling In ER diagrams and data modeling terminology, a composite attribute is best described as:
Naming guidance for attributes Which guideline set is most appropriate when choosing an attribute name in a data model?
Minimum participation in relationships If the minimum cardinality for an entity's participation in a relationship is 1, what can you conclude about that participation?
Weak entities and total dependence Two entities participate in a relationship, and one entity is entirely dependent on the other for identification and existence. What must be present in the model?
Arity of relationships In data modeling, a binary relationship refers to:
ERD shapes and meanings In a standard Chen-style ER diagram, what does a rectangle represent?
When to create an associative (bridge) entity Under which condition is it appropriate to convert a relationship into a separate associative entity in your data model?
Definition of a relationship in ER modeling Within ER terminology, a relationship is:
In entity–relationship modeling (ERD), should output reports be part of the ER diagram itself, or are ERDs limited to modeling data structures and relationships?
In entity–relationship terminology, is a “relationship” an association between entity types (not between attributes), representing how entity instances are related?
In ER modeling, does a binary relationship specifically involve exactly two entity types, rather than “two or more” entities?
Are “multiple (n-ary) relationships” and “binary relationships” the same concept in ER modeling, or do they differ by degree (number of participating entity types)?
Does cardinality in ER modeling specify how many instances of one entity can (or must) be associated with each instance of another entity (for example, 1:1, 1:N, or M:N)?
1
2