This table contains neither actual award data nor field of applications. It is a relationship table between AWARD and FIELD_OF_APPLICATION. Each record in this table describes a "Award has a Field of Application" relationship.
This table contains the following fields:
- FOAS_AWARD_FK: The foreign key into the AWARD table.
- FOAS_FIELD_OF_APPLICATION_FK: The foreign key into the FIELD_OF_APPLICATION table.
See AWARD and FIELD_OF_APPLICATION for further reference.