How to resolve many to many relationship?
Answer Posted / kirankumar
when the many to many relation ship occur means when the foreign key having one table ,another table also having foreign key at that time having many to many relation ship.but two foreign keys cannot connect directly ,buy using the bridge table you can connect the two foreign keys,buy using the brigtable u can resolve the many to many relationship.
any rdbms cannot support many to many relationship
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a class and a structure?
What is early and late Binding?
What is meant by function overloading and function overriding?
Why use oops?
What are a base class, subclass, and superclass?
What is the difference between aggregation and composition?
What are the interfaces you used in beans?
What are abstract methods?
What is the difference between an abstract class and interface in java?
When will you use an interface and abstract class?
Can we override static methods of a class?
How many methods are there in the externalizable interface?
Why is class hierarchies managed in object-oriented programming?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
How many instances can be created for an abstract class?