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 UML restrictive to system development?

0 Answers  


What is transition?

0 Answers  


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

2 Answers  


Explain about dynamic diagrams?

0 Answers  


Tell us the difference between activity and sequence diagrams?

0 Answers  






What are various kinds of invariants and rulesets used in uml?

0 Answers  


What is UML and its features?

0 Answers  


Explain the different elements of a Use Case?

0 Answers  


Explain the types of diagrams in UML.

0 Answers  


Explain about the static structural view presented by UML?

0 Answers  


How do we represent private, public and protected in class diagrams?

0 Answers  


In the unified process, during which phases is requirement analysis mainly carried out?

4 Answers   Oracle,


Categories