This table contains neither actual investigator data nor organization. It is a relationship table between INVESTIGATORS and ORGANIZATION. Each record in this table describes a "Investigator belongs to an Organization" relationship.
This table contains the following fields:
- IOS_INVESTIGATOR_FK: The foreign key into the INVESTIGATORS table.
- IOS_ORGANIZATION_FK: The foreign key into the ORGANIZATION table.
See INVESTIGATORS and ORGANIZATION for further reference.