Table IndexBioSourceWIDContactWID
Represents n..n association between BioSource and Contact
The BioSource's source is the provider of the biological material (a cell line, strain, etc...). This could be the ATTC (American
Tissue Type Collection).
Columns
Column |
MySQL Type |
Oracle Type |
Nullable |
Description |
BioSourceWID |
BIGINT |
NUMBER |
No |
Reference to BioSource
|
ContactWID |
BIGINT |
NUMBER |
No |
Reference to Contact
|
Referenced By
None.
Other Constraints
None.
Indexes
Name |
Columns |
BioSourceWIDContactWID1 |
BioSourceWID |
BioSourceWIDContactWID2 |
ContactWID |