解释 ERD

发布于 2024-07-22 14:34:15 字数 366 浏览 7 评论 0原文

CategorySection-Category 关系和 CategorySection-Categorization 关系有什么区别?

  1. CategorySection-Category 有一个 箭头和一个黑点。
  2. CategorySection-分类有 两端各有一个箭头。

两者都应该是“有很多”关系,但该图使用不同的符号来表示这两种关系。

替代文本

What's the difference between the CategorySection-Category relationship and the CategorySection-Categorization relationship?

  1. CategorySection-Category has an
    arrowhead and a black dot.
  2. CategorySection-Categorization has
    an arrowhead on both ends.

Both are supposed to be "has many" relationships but this diagram uses a different symbol to represent these two relationships.

alt text

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

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

发布评论

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

评论(3

眉黛浅 2024-07-29 14:34:15

这取决于您使用的符号,但通常是:

  • 马蹄形(箭头)表示许多,
  • 黑点表示必需,
  • 白点表示可选。

请注意,仅仅因为绘制了图表并不意味着它显示的关系是合理的,甚至是可能的。

It depends on tyhe notation you are using but typically:

  • the crowsfoot (arrow) indicates many
  • the black dot indicates required
  • the white dot indicates optional

Note that just because a diagram is drawn doesn't makes the relationships it shows sensible, or even possible.

若言繁花未落 2024-07-29 14:34:15

两端的鱼尾纹表示多对多关系。

Crowfeet on both ends indicate a many-to-many relationship.

触ぅ动初心 2024-07-29 14:34:15
  • 一个类别可以有多个
    CategorySections,但一个CategorySection可以属于一个Category。
  • 一个分类可以有多个分类,但一个分类只能属于一个分类。
  • 一个分类可以有多个分类部分,一个分类部分可以属于多个分类。

我认为它告诉你可以创建许多不同的分类来定义不同的类别,但类别部分可以在不同的类别(和分类)之间共享。

  • One Category can have many
    CategorySections, but one CategorySection can belong to one Category.
  • One Categorization can have many Categories, but one Category can belong to only one Categorization.
  • A Categorization can have many CategorySections and a CategorySection can belong to many Categorizations.

I think it tells someting like you can create many different categorizations that define different categories but categorysections can be shared among the different categories (and categorizations).

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