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

Is Visio a UML tool?

0 Answers  


What are class diagrams in UML?

0 Answers  


What are the elements which are utilized in the state chart diagram?

0 Answers  


What is object constraint language?

0 Answers  


Difference between Activity and Sequence Diagram?

0 Answers  






UML: IS it a process, method or notation?

3 Answers   Protech,


Every object has : state, behavior and identity - explain

0 Answers  


What are interfaces in UML?

0 Answers  


What is Composite Structure Diagram in UML?

0 Answers  


Can you name the different elements with the collaboration diagram?

0 Answers  


In which phases of Unified process is project deployement dealt with?

0 Answers  


What do you understand by uml?

0 Answers  


Categories