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.
我想将以下实体关系模型映射到关系数据库:
什么是最好的解决方案?我是否应该使用所有三个表 ID 创建一个像“CompanyEmployeeOffer”这样的额外表来减少一对多关系?还有其他想法吗?
谢谢