0% found this document useful (0 votes)
302 views

Database Design Section5Assignment

Each garment has one price but one price can apply to multiple garments. Each airline coupon can only be used for one destination but one destination can be visited using multiple coupons. An ERD shows clubs assigned to one department but departments can be responsible for multiple clubs. Students can join multiple clubs and clubs can include multiple students. A many-to-many relationship between teachers and classes and between interpreters and languages is resolved by creating intersection entities with additional attributes like a unique ID.

Uploaded by

shariqueraza11
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
302 views

Database Design Section5Assignment

Each garment has one price but one price can apply to multiple garments. Each airline coupon can only be used for one destination but one destination can be visited using multiple coupons. An ERD shows clubs assigned to one department but departments can be responsible for multiple clubs. Students can join multiple clubs and clubs can include multiple students. A many-to-many relationship between teachers and classes and between interpreters and languages is resolved by creating intersection entities with additional attributes like a unique ID.

Uploaded by

shariqueraza11
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Practice Guide Relationship Transferability

Try It / Solve It 1. Draw softboxes for each of the following. Draw relationship lines and correctly label each relationship in both directions. Indicate non-transferability when appropriate. f. Each garment must have one and only one price. Each price may be for one or more garments.

g. Each airline coupon must be used for one and only one destination. Each destination may be visited with one or more coupons.

Practice Guide Relationships Types


Try It / Solve It 3. Draw an entity relationship diagram to represent the following: a. Each CLUB must be assigned to one and only DEPARTMENT

b. Each DEPARTMENT may be responsible for one or more CLUBs

c. Each STUDENT may join one or more CLUBs

d. Each CLUB may be composed of one or more STUDENTs

Practice Guide Resolving Many-to-Many Relationships


Try It / Solve It Resolve the M:M between TEACHER and CLASS as well as INTERPRETER and LANGUAGE. For each intersection entity, think of additional attributes like a UID

You might also like