Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals Study Set 1
Quiz 6: Transforming Data Models Into Database Designs
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Essay
Explain the representation of a many-to-many strong entity relationship in a relational database design.
Question 82
Multiple Choice
For the M-O (parent mandatory,child optional) case,what action(s) should be taken to ensure minimum cardinality is maintained?
Question 83
Multiple Choice
When transforming an ID-dependent E-R data model relationship into a relational database design,the referential integrity constraints should allow ________.
Question 84
Essay
How are one-to-one recursive relationships addressed using the relational model?
Question 85
Multiple Choice
A referential integrity constraint policy that guarantees that a row in a parent table always has a required entry in a child table ________.
Question 86
Multiple Choice
Which of the following is not true about N:M recursive relationships?
Question 87
Multiple Choice
Which of the following is not true of recursive relationships?
Question 88
Multiple Choice
In a supertype-subtype structure,discriminator attributes ________.
Question 89
Multiple Choice
The binary constraint must not indicates that ________.
Question 90
Essay
What are MUST NOT and MUST COVER constraints?
Question 91
Multiple Choice
A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called ________.
Question 92
Multiple Choice
The binary constraint must cover indicates that ________.
Question 93
Multiple Choice
When transforming an ID-dependent E-R data model relationship into a relational database design and the parent entity has a surrogate primary key and the child entity has a data identifier,then the primary key of the child table should be ________.
Question 94
Essay
Explain the representation of a one-to-many strong entity relationship in a relational database design.
Question 95
Essay
What is an association relationship and how does it differ from an N:M relationship?
Question 96
Essay
Briefly describe the process of converting an extended E-R model into a relational database design.
Question 97
Multiple Choice
A referential integrity constraint policy that insures that foreign key values in a table are correctly maintained when there is a change to the primary key value in the parent table is called ________.