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
Explain about inheritance?
What is diamond inheritance problem? How java 8 solves this problem?
What is the use of ‘finalize’?
How to differentiate between a CreateObject() and GetObject() ?
What is the @functionalinterface annotation?
What are the features that are provided to make a program modular?
What do you mean by abstract class?
What are the access modifiers?
What is the difference between a class and a structure?
What is the use of interface?
What is difference between polymorphism and normalization?
What is the difference between a virtual method and an abstract method?
What is the difference between class and interface?
Can a function be overloaded based on return types?
Explain the term constructor