一对多关系?
如果我有这样的关系:1 - 0..1
,它被认为是一对多?
我在 mysql 工作台中唯一的选项是:
1:1, 1:n, n:n...
谢谢!
if i have a relation like that: 1 - 0..1
, it is considered a one-to-many?
the only options that i have in mysql workbench are:
1:1, 1:n, n:n...
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是 1:1(一对一)的关系。只是并不总是存在与第一个相关的另一个:)
No, this is a 1:1 (one-to-one) relationship. It's just that there isn't always another one that relates to the first one :)