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
Quiz 6: Transforming Data Models Into Database Designs
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
When transforming supertype/subtype entities into a relational database design,an entity is created for the supertype only.
Question 42
True/False
If the parent is required,then a new child row must be created with a valid foreign key value.
Question 43
True/False
When creating a table for an ID-dependent entity,both the key of the parent and the key of the entity itself must appear in the table.
Question 44
True/False
All identifying relationships are 1:N.
Question 45
True/False
Referential integrity constraints should disallow adding a new row to a child table when the foreign key does not match a primary key value in the parent table.
Question 46
True/False
When the parent entity is required (M)in a relationship,every row of the child table must have a valid,non-null value of the foreign key.
Question 47
True/False
When transforming an extended E-R model into a relational database design,recursive relationships are treated fundamentally the same as other HAS-A relationships.
Question 48
True/False
Association tables sometimes connect more than two entities.
Question 49
True/False
When transforming an ID-dependent E-R data model relationship into a relational database design where the child entity is designed to use a surrogate key,the relationship changes to a weak but not ID-dependent relationship.
Question 50
True/False
When transforming supertype/subtype entities into a relational database design,the key of the supertype table is placed into the subtype table typically as the key.
Question 51
True/False
When transforming supertype/subtype entities into a relational database design,all of the attributes for the supertype table are placed into the subtype relations.
Question 52
True/False
Discriminator attributes can be represented in relational designs.
Question 53
True/False
Recursive M:N relationships are represented with an intersection table that shows pairs of related rows from a single table.
Question 54
True/False
To represent an IS-A relationship in a relational database design,the IS-A relationship must be converted into a HAS-A relationship.
Question 55
True/False
Cascading deletions are generally not used with relationships between strong entities.
Question 56
True/False
An ID-dependent table can be used to represent multivalued attributes.
Question 57
True/False
Cascading deletions are generally not used with relationships for weak child entities.
Question 58
True/False
The design transformation for all IS-A relationships can be summarized by the phrase "place the key of the parent table in the child table."
Question 59
True/False
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 cascading changes.