关于ER建模的问题

发布于 2024-10-17 07:33:23 字数 321 浏览 1 评论 0原文

我有以下场景的业务需求:

http://ompldr.org/vN2ZvdQ

我提出了使用以下 UML 图来建模关系:

http://ompldr.org/vN2Y5Yg

我想知道我是否有成功地实现了 ER 模型中的所有关系,特别是 1..* 关系。此外,据我了解,仅使用 FK/PK 无法实现强制关系,因此我必须添加额外的约束,是这样吗?

I've got the following business requirements for a scenario:

http://ompldr.org/vN2ZvdQ

and I came up with the following UML diagrams to model the relationship:

http://ompldr.org/vN2Y5Yg

I was wondering whether I have successfully managed to implement all the relations in the E-R model, especially the 1..* relationship. Furthermore, it is my understanding that mandatory relationships cannot be implemented just by using FK/PK so I have to add additional constraints, is that so?

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

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

发布评论

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

评论(1

清风挽心 2024-10-24 07:33:23

看起来还可以。您可以使用 ERWin 或 DBDesigner 以更轻松的方式完成您的工作。
在您的约束中考虑ON DELETE CASCADE、ON UPDATE CASCADE等。

Its seems to be ok. You can use ERWin or DBDesigner to doing your work in a easier way.
Consider ON DELETE CASCADE, ON UPDATE CASCADE, etc in your constraints.

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