Many-to-Many relationships needing an associate table

前端 未结 6 527
萌比男神i
萌比男神i 2021-01-25 10:18

In many database design tutorials/articles, they always bring up the fact that if two tables share a many-to-many relationship, then a third table should be created to act as an

6条回答
  •  轮回少年
    2021-01-25 11:03

    It would not flexible if DB-Server could create 3rd table for you. If there will be a solution like that, you wouldn't have much influence to

    • change relation behavour

    • store other association information in assoc. table

    • performance enhancements

    • storage enhancements

提交回复
热议问题