0% found this document useful (0 votes)
12 views2 pages

Non-Transferable Relationships Quiz

This document contains quiz questions and answers about relationships in entity relationship diagrams. It includes three tests on relationship transferability, relationship types, and resolving many-to-many relationships. The questions cover topics such as non-transferable relationships, implicit vs. transferable relationships, one-to-many, many-to-many, and intersection entities used to resolve many-to-many relationships.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Non-Transferable Relationships Quiz

This document contains quiz questions and answers about relationships in entity relationship diagrams. It includes three tests on relationship transferability, relationship types, and resolving many-to-many relationships. The questions cover topics such as non-transferable relationships, implicit vs. transferable relationships, one-to-many, many-to-many, and intersection entities used to resolve many-to-many relationships.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Section 5 – Quiz 

answers
Posted November 12, 2009 by blogulblogurilor in Oracle Design. Comments Offon Section 5 – Quiz answers

Test: Quiz: Relationship Transferability


1. Non-transferable relationships can only be mandatory, not optional. True or False?
True
False
2. A non-transferable relationship is represented by which of the following symbols? M
Heart
Diamond
Circle
Triangle
3. If a relationship can be moved between instances of the entities it connects, it is said to be:
Implicit
Transferrable
Committed
Recursive
Test: Quiz: Relationship Types
1. What uncommon relationship is described by the statements: “Each LINE must consist of many POINTS
and each POINT must be a part of many LINES”
One to Many Optional
One to Many Mandatory
Many to Many Optional
Many to Many Mandatory
2. Many to many relationships between entities usually hide what?
Another relationship
Another entity
More attributes
Uniqueness
3. When resolving an M:M relationship, the new relationships will always be __________ on the many
side.
optional
recursive
mandatory
redundant
4. Which of the following are relationship types? (Choose Two)
One to Some
Many to Many
One to Many
One to Another
5. If the same relationship is represented twice in an Entity Relationship Model, it is said to be:
Replicated
Removable
Redundant
Resourceful
6. Which of the following pairs of entities is most likely to be modeled as a M:M relationship? (Choose Two)
STUDENT and CLASS
TREE and SEEDLING
PHONE NUMBER and SIM CARD
CAR and DRIVER
7. When are relationships unnecessary?
When you can derive the relationship from other relationships in the model
When they have the same visual structure but different meaning
When the information does not relate to the model
When the relationships connect 2 entities and they each have distinct meanings
Test: Quiz: Resolving Many to Many Relationships
1. Many-to-Many relationships are perfectly acceptable in a finished ERD. There is no need to do any more
work on them. True or False?
True
False
2. When you resolve a M-M by creating an intersection entity, this new entity will always inherit:
The attributes of both related entities.
A relationship to each entity from the original M-M.
The UID’s from the entities in the original M-M.
Nothing is inherited from the original entities and relationship.
3. If an intersection entity is formed that contains no attributes of its own, its uniqueness may be modeled by
Creating new attributes.
Barring the relationships to the original entities.
Placing the UID attributes from the original entities into the intersection entity.
None of the above.

Common questions

Powered by AI

Resolving many-to-many relationships in an Entity Relationship Diagram (ERD) is crucial because it clarifies the data structure and relationships by potentially discovering hidden entities or relationships. Leaving a many-to-many relationship unresolved can complicate data integrity and operations, hence turning them into binary relationships through intersection entities improves clarity and functionality .

Relationships in an ER model become unnecessary when they can be derived from other current relationships within the model. If the relationships can be inferred reliably without direct representation, they can be omitted to maintain model integrity .

Many-to-many relationships usually hide another relationship or another entity, as they can obscure the need for an intersection entity that details the relationship more accurately .

An entity relationship is considered redundant if it is represented more than once in an ER model. This typically happens when the same information or linkage can be depicted through other existing relationships .

Transferability of a relationship refers to whether a relationship can be moved between instances of the entities it connects. A transferrable relationship can be adjusted or moved, whereas a non-transferable one cannot. Non-transferable relationships are only mandatory, not optional .

An intersection entity without its own attributes may rely on UID attributes from the original entities to maintain uniqueness. This suggests that the essential data required to uniquely identify a relationship instance is derived from related entities rather than intrinsic attributes .

Many-to-many mandatory relationships in an ER model require that each entity instance participates in the relationship, while for optional ones, participation is not required. Identifying these distinctions is critical for accurately modeling data requirements and constraints .

A non-transferable relationship in an Entity Relationship (ER) diagram is typically represented by a specific symbol. This can be identified through understanding ER conventions, where these relationships are often depicted with standardized graphical elements, although the specific symbol was not detailed in the provided sources .

A relationship may be labeled as 'unique' when an intersection entity is formed without its own attributes, necessitating the inclusion of UID attributes from the connected entities to ensure all instances are identifiable and distinct .

Creating an intersection entity when resolving a many-to-many relationship introduces a new table that connects the original entities, allowing for the management of the relationship and its attributes distinctly. This intersection entity inherits relationships to each of the original entities .

You might also like