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.
上記の図に、インストラクター固有の情報を参照する別のテーブルがあるとします。次に、データベース内のリレーションシップは、Instructor テーブルまたは Person テーブルの PersonID を参照しますか?
PersonID表から参照しInstructorます。
PersonID
Instructor
Personテーブル内のすべてのエントリPersonがインストラクターであるとは限らないため、他のエンティティがテーブルを参照しても意味がありません。
Person