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

What are associative classes?

2 Answers   VSNL,


What is the function of attribute facets in uml?

0 Answers  


how does project risk factor affects the spiral effect of software in software development??

1 Answers  


Explain about dynamic diagrams?

0 Answers  


how to define the models in the uml diagrams?

2 Answers  






What do you mean by "Realization"?

8 Answers  


What are the advantages of using UML?

0 Answers  


What is Object Constraint Language (OCL)?

2 Answers  


What is Association and its types?

0 Answers  


What are the elements in State Chart diagrams?

0 Answers  


Explain about dependency?

0 Answers  


What are the operations on facets supported by uml?

0 Answers  


Categories