How to resolve many to many relationship?
Answers were Sorted based on User's Feedback
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 |
What is the purpose of UML diagrams?
how will u use com+ register
Why is it required to have an abstraction layer in uml?
What do you understand by sdlc and name its processes?
How do you convert uses cases into test cases?
Explain all elements of a State-chart diagram.
What do you mean by focus of control?
What is an object lifeline?
Mention the different kinds of modeling diagrams used?
Explain about static diagrams?
What is UML Architecture?
How to reverse engineer C++ code in UML?