Data Models into Database Designs Questions
Practice Data Models into Database Designs MCQs with answers and explanations. Page 2 of 2.
Category
Database
Topic
Data Models into Database Designs
Page
2 / 2
Mode
Practice
Questions
Open any question to view the answer and explanation.
Database design principle check:
“The DBMS allows surrogate keys to be changed.”
Decide whether this statement is accurate, considering how surrogate keys are defined and used in relational systems.
Open
View answer
Referential integrity behavior:
“For every relationship, there are six possible referential integrity actions.”
Judge the accuracy of this claim about ON UPDATE/ON DELETE behaviors.
Open
View answer
Parent side in a 1:N relationship:
“In one-to-many (1:N) relationships, which entity becomes the parent is arbitrary.”
Choose the most accurate evaluation.
Open
View answer
Implementing relationships:
“A foreign key is used to implement relationships between tables.”
Evaluate the statement’s correctness in standard relational modeling.
Open
View answer
Primary key nullability and necessity:
“All primary keys are required.”
Decide if this statement accurately reflects relational rules for primary keys.
Open
View answer
Optionality and insertion order:
“When the parent entity is required, a new parent row can always be inserted.”
Assess whether this statement aligns with relational integrity and typical DBMS behavior.
Open
View answer
Managing parent changes when children depend on the parent:
“When the parent entity is required, cascading updates and cascading deletions should be allowed or parent actions should be prohibited.”
Choose the best assessment.
Open
View answer
Modeling many-to-many (M:N) relationships:
“An intersection (associative) table is required to represent M:N relationships.”
Determine whether this is accurate for relational schemas.
Open
View answer
Primary key placement in one-to-one (1:1) relationships:
“In a 1:1 relationship, the primary key placement is arbitrary.”
Evaluate this statement with respect to optionality and design practice.
Open
View answer
Counting minimum cardinality patterns:
“For every relationship, there are six possible sets of minimum cardinalities.”
Judge the correctness of this statement for binary relationships.
Open
View answer
In relational database design, does the term “cascading updates” mean that child rows are automatically deleted when a parent row is deleted, or does it specifically refer to propagating key value changes from the parent to matching foreign keys in child rows?
Open
View answer
In data modeling, do surrogate keys (system-generated identifiers) carry meaningful information for end users, or are they intentionally devoid of business meaning?
Open
View answer
If the parent entity is required by a foreign key constraint, can a new child row always be inserted unconditionally, or must a matching parent row already exist (or be created in the same transaction)?
Open
View answer
In transforming an entity–relationship (ER) model to a relational schema, is it correct that each entity type is represented as a separate table (with relationships mapped via keys or associative tables)?
Open
View answer
If the parent entity is required and the parent uses a surrogate key, can update actions on referential integrity be ignored, or must update behavior still be considered explicitly?
Open
View answer
Primary key design guidance: is an ideal primary key short in length, numeric (or compact), and very stable (seldom changing over time)?
Open
View answer
Association (intersection) tables in many-to-many relationships: are such tables identifying (ID-dependent) on both of their parent tables?
Open
View answer
Are the terms “alternate key” and “candidate key” truly synonymous, or is an alternate key specifically a candidate key that was not chosen as the primary key?
Open
View answer
Mandatory child participation: if the child entity is required, are we prevented from creating a new parent row unless a corresponding child row is also created (typically within the same transaction)?
Open
View answer
Is (STREET_ADDRESS, CITY, STATE, ZIP) an ideal choice for a primary key, or is such a multi-attribute natural key typically long, mutable, and therefore not recommended?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.