Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在经历并巩固我对实体关系建模术语的了解。我的问题是复合实体和属性关系之间有什么区别?在我看来,他们似乎是一回事。
在实践中,差异取决于数据建模者打算在模型中传达什么以及如何解释和使用它。
在关系模型实现中(或在 SQL 中),它们是相同的,因为实体和关系都表示为表(关系)。在用它们自己的不同数据结构表示关系的其他数据模型中,可能存在差异。