Computer Science, asked by sg3645892, 9 days ago

One to Many relationships can also be viewed as Many to One. true or false​

Answers

Answered by Anonymous
2
  • A many-to-many relationship occurs when multiple records in a table are associated with multiple records in another table. To avoid this problem, you can break the many-to-many relationship into two one-to-many relationships by using a third table, called a join table. ...
Answered by durgeshbishi2
0

Answer:  True

Explanation: A one-to-many relationship is the most common kind of relationship. In this kind of relationship, a row in table A can have many matching rows in table B. But a row in table B can have only one matching row in table A.

As A many-to-many relationship occurs when multiple records in a table are associated with multiple records in another table. To avoid this problem, you can break the many-to-many relationship into two one-to-many relationships by using a third table, called a join table.

#SPJ3

Similar questions