For every relationship, there are six possible referential integrity actions. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which is not true about surrogate keys? They are short. They are numeric. They have meaning to the user. They are fixed. TRUE ANSWER : ? YOUR ANSWER : ?
A unique, DBMS-supplied identifier used as the primary key of a relation is called a(n): surrogate key. composite key. foreign key. primary key. TRUE ANSWER : ? YOUR ANSWER : ?
When the parent entity is required, cascading updates and cascading deletions should be allowed or the associated actions on the parent should be prohibited. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following situation requires the use of ID-dependent entities? Association relationships only Multivalued attributes only All of these Archetype/instance relationships only TRUE ANSWER : ? YOUR ANSWER : ?
A foreign key is used to implement relationships between tables. True False TRUE ANSWER : ? YOUR ANSWER : ?
When transforming an entity-relationship model into a relational database design, each entity is represented as a table. True False TRUE ANSWER : ? YOUR ANSWER : ?