Data Models into Database Designs MCQs

40 questionsDatabasePage 3 of 5

Practice free Data Models into Database Designs multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 40 questions — no login required.

Question 19hard
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.
Question 20hard
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?
Question 21medium
A foreign key is used to implement relationships between tables.
Advertisement
Question 22medium
The terms alternate key and candidate key mean the same thing.
Question 23hard
In 1:N relationships, which entity becomes the parent entity is arbitrary.
Question 24hard
When the parent entity is required, cascading updates and cascading deletions should be allowed or the associated actions on the parent should be prohibited.
Advertisement
Question 25hard
In a 1:1 relationship, the primary key placement is arbitrary.
Question 26hard
When the parent entity is required, a new child row can always be inserted.
Question 27medium
All primary keys are required.