gpt4 book ai didi

sql - 数据库 : One To Many (or One To None) relationship

转载 作者:行者123 更新时间:2023-12-04 00:52:57 25 4
gpt4 key购买 nike

我在 MSSQL 2008 中对数据库进行建模。

我有4张 table 。

**User**
userID
userName

**NewsCategory**
newsCategoryID
newsCategoryName

**News**
newsID
newsText
newsCategoryID

**Subscription**
userID
categoryID

我知道我应该在 News 和 Category 表之间有外键。但是我应该如何处理订阅?尽管订阅某些内容不是强制性的,但我应该在 User 和 Subscription 表之间有一个外键吗?

最佳答案

是的你应该。确保使用外键,为 创建订阅现有 用户。外键不代表用户应该订阅某事。

关于sql - 数据库 : One To Many (or One To None) relationship,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6187103/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com