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

Define a good interface?

543


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

551


Explain the meaning of object in object oriented programming?

609


What do you mean by abstract class?

567


What is constructor and virtual function? Can we call virtual funciton in a constructor?

603






What is meant by “abstract interface”?

602


Define modularity?

661


What is bootstrap, extension and system class loader? Or can you explain primordial class loader?

501


Explain serialization and overriding?

634


What is the base type from which all structs inherit directly?

537


Differentiate between an abstract class and an interface?

554


What is super keyword?

556


What is the difference between class and interface?

581


Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?

520


What is the function of pure virtual functions?

516