如何进一步改进这个数据库模型?

发布于 2024-11-28 16:47:25 字数 315 浏览 0 评论 0原文

我希望通过我的其他帖子进一步改进我的数据库设计 - 我怎样才能改进这个数据库模型?

我已经将答案中的想法实现到我自己的设计中,并对其进行了一些修复。我只需要检查一下你们是否同意我的数据库模型,如果不同意,你们能让我知道如何改进它,特别是表之间的关系(一对一,多对多)?

在交易详细信息表上 - 交易类型将等同于销售或租赁

表 DVD 应该保留 DVD 作为其业务逻辑的一部分。

I'm looking to further improve my database design from my other post - How can I improve this database model?

I've implemented ideas from the answer into my own design and have been fixing it up a bit. I just need to check if you guys agree with my database model and if not could you let me know how I can improve it, especially with the relationships between tables (one to one, many to many)?

On transaction Detail table - transactiontype would equate to sales or rental

Table dvd should remain dvd as its apart of the business logic.

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

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

发布评论

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

评论(1

空城之時有危險 2024-12-05 16:47:25

DVD 的价格有变化吗?如果是这样,历史也会改变吗?如果订单和付款之间的情况发生变化(如果适用)怎么办?

Does the price of a DVD ever change? If so, does it matter that the history will change as well? What if it changes between order and payment (if applicable)?

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