| Column | MySQL Type | Oracle Type | Nullable | Description | 
|---|---|---|---|---|
| ComplexWID | BIGINT | NUMBER | No | Reference to the parent Protein | 
         
| SubunitWID | BIGINT | NUMBER | No | Reference to the child protein inside the parent Protein | 
         
| Coefficient | SMALLINT | NUMBER | Yes | Number of copies of the subunit within the complex | 
         
| Name | Columns | 
|---|---|
| SUBUNIT_PROW1ID | COMPLEXWID | 
| SUBUNIT_PROW2ID | SubunitWID | 
| SUBUNIT_COEF | COEFFICIENT |