これが私が解決しようとしている問題です:
Entity A : a_id
Entity B : b_id
One A can use Many B's. However, not all Bs are used by all As.
これが私が考えることができる最良の例です:
One teacher has many students.
Some students are taught by more than one teacher.
1 人の教師が教えている生徒を追加/削除できるが、既にその生徒を教えている教師には影響しないような関係とは何ですか?