How to resolve many to many relationship?

Answers were Sorted based on User's Feedback



How to resolve many to many relationship?..

Answer / victor

create a third table which will be intermediate between the
two tables with many to many relationships. for instance if
the two table were "student" and "room", create a third
table called "student_room". in this table put PIDs of the
two tables. uh?

Is This Answer Correct ?    10 Yes 1 No

How to resolve many to many relationship?..

Answer / sahchisty

A new table is created with two foreign keys. This
arrangement is necessary to make the database efficient.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More UML Interview Questions

Does UML guarantee project success?

0 Answers  


What is the function of attribute facets in uml?

0 Answers  


Why can't I easily interchange uml models between modeling tools?

0 Answers  


Can you think of some nice examples where multiple actors are associated with a use case ?

2 Answers  


What is the function of operational assertions in uml?

0 Answers  






What are the tools you used for OOAD?

10 Answers   BITS, TCS,


What relations are there between the Class Diagrams and Domain models. 

0 Answers  


Why is UML used?

0 Answers  


What is the difference between Activity and sequence diagrams?

0 Answers  


What is association?

3 Answers   TCS,


What is transition?

0 Answers  


What are the roles played by packages, modules and wrappers in uml?

0 Answers  


Categories