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 are the phases of the object-oriented development lifecycle?
What are various kinds of invariants and rulesets used in uml?
What do you understand by uml?
How do you create a use case diagram in UML?
What is the purpose of a use case diagram?
Is use case diagram static or dynamic?
What is mean by a component?
Define SDLC in UML?
What is an antipattern?
What is the difference between static and dynamic Classificaition.Give some examples.
What is behavioral diagram in UML?
Who maintains the uml specification and how is it updated?