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
Why is class hierarchies managed in object-oriented programming?
What is the difference between data hiding and implementation?
What is serialization? How do we implement serialization actually?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Name the different creational patterns in object oriented design?
What are the four important foundation concepts of OOP ?
State two differences between an object and a class.
Do structs support inheritance?
What is the diffrence between an abstract class and interface?
Why are outlet connections required in object-oriented programming?
What is meant by “abstract interface”?
Can you create an instance for an abstract class?
How do you prevent a class from being inherited by another class?
What's the order of call of constructors in inheritiance?
What are abstract methods?