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


Please Help Members By Posting Answers For Below Questions

Why is class hierarchies managed in object-oriented programming?

730


What is the difference between data hiding and implementation?

739


What is serialization? How do we implement serialization actually?

656


What is the default access modifier for a class,struct and an interface declared directly with a namespace?

720


Name the different creational patterns in object oriented design?

740






What are the four important foundation concepts of OOP ?

698


State two differences between an object and a class.

766


Do structs support inheritance?

701


What is the diffrence between an abstract class and interface?

788


Why are outlet connections required in object-oriented programming?

745


What is meant by “abstract interface”?

755


Can you create an instance for an abstract class?

696


How do you prevent a class from being inherited by another class?

764


What's the order of call of constructors in inheritiance?

739


What are abstract methods?

740