Data Models into Database Designs MCQs
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?
Advertisement
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 26hard
When the parent entity is required, a new child row can always be inserted.