如何进一步改进这个数据库模型?
我希望通过我的其他帖子进一步改进我的数据库设计 - 我怎样才能改进这个数据库模型?
我已经将答案中的想法实现到我自己的设计中,并对其进行了一些修复。我只需要检查一下你们是否同意我的数据库模型,如果不同意,你们能让我知道如何改进它,特别是表之间的关系(一对一,多对多)?
在交易详细信息表上 - 交易类型将等同于销售或租赁
表 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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)?