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 message passing in object oriented programming?
Why do we separate interface from implementation?
What is abstraction? How does it differ from encapsulation
Can you give some examples of tokens?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What do you mean by abstract class?
Write down how will you create a Binary tree?
Explain what is an object?
What are different types of arguments?
Why is C not an OOP language?
What is the difference between a virtual method and an abstract method?
explain the difference between operator overloading and function overloading.
How many methods do u implement if implement the serializable interface?
What are the different types of inheritance?
Define Data Abstraction. What is its importance?