| Column |
MySQL Type |
Oracle Type |
Nullable |
Description |
| WID |
BIGINT |
NUMBER |
No |
Warehouse identifier for this entity
|
| DataSetWID |
BIGINT |
NUMBER |
No |
Reference to the data set from which the entity came from
|
| BioAssay |
BIGINT |
NUMBER |
Yes |
Represents n..1 association between BioAssayTuple and BioAssay The BioAssay associated with the value of the BioAssayDatum.
|
| BioDataTuples_BioAssayTuples |
BIGINT |
NUMBER |
Yes |
Represents 1..n association between BioDataTuples and BioAssayTuple Each BioAssayTuple contains the the Data for a BioAssay.
|