两个表之间的几种关系——正确与否?

发布于 2024-12-15 18:04:26 字数 175 浏览 0 评论 0原文

这些天我使用的数据库具有这种类型的关系,然后我对它感到非常困惑。该数据库位于一个非常大的网络应用程序中已经运行了10年了,那么我想知道这个设计是否有什么好处?或者在什么情况下我应该实施它?
欢迎任何想法! 2 个表之间的许多关系

These day I work with a database that have this style of relationship then I've been very confused with it. This database is in a very large web app & have worked well for 10 years then I wonder whether this design is good in someway? or in which situations I should implement it?
Welcome any idea!
many relation between 2 tables

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱情眠于流年 2024-12-22 18:04:26

我认为没有什么问题。例如,您可以在personal_data表中拥有place_of_birth字段和place_of_living字段,两者都引用城市 > 表。顺便说一句,您应该发布一个更有意义的示例以获得更准确的答案。

There is nothing wrong in my opinion. You can have, for example, in a personal_data table a place_of_birth field and a place_of_living field both referring to a cities table. By the way you should post a more meaningful example to have a more precise answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文