Data Models into Database Designs Questions and Answers
Practice ModeShowing 10 of 20 questions
Q11
The identifier of an entity will become the ________ of the new table.
Answer: Option C
Q12
Which of the following data constraints would be used to specify that the value of a cell in
one column must be less than the value of a cell in another column in the same row of the same
table?
Answer: Option C
Q13
A unique, DBMS-supplied identifier used as the primary key of a relation is called a(n):
Answer: Option D
Q14
Which is not true about surrogate keys?
Answer: Option C
Q15
For every relationship, how many possible types of actions are there when enforcing
minimum cardinalities?
Answer: Option D
Q16
Which constraint requires that the binary relationship indicate all combinations that must
appear in the ternary relationship?
Answer: Option A
Q17
Each entity is represented as a(n):
Answer: Option B
Q18
For every relationship, how many possible sets of minimum cardinalities are there?
Answer: Option C
Q19
If a relationship has a cascade updates constraint, then if ________ in the parent table is
changed, then the same change will automatically be made to any corresponding foreign key value.
Answer: Option A
Q20
Which of the following column properties would be used to specify that cells in a column
must contain a monetary value that is less than another monetary value in the same row?
Answer: Option D