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.
上面显示了 ER 图。
使用核心数据很容易实现多对二元关系。但这让我很困惑如何实现这种多重关系。
希望有人可以伸出援助之手。
我不确定我是否正确理解了您的问题,但是两个一对多的关系(从课程到助教和从学生到助教)不会描述您的模型吗?每个 TA 正好有一个 Student 和一个 Course,但是每个 Student 和每个 Course 都可以关联多个 TA。