| Column | MySQL Type | Oracle Type | Nullable | Description | 
|---|---|---|---|---|
| WID | BIGINT | NUMBER | No | WID of this computation | 
         
| Name | VARCHAR | VARCHAR2(50) | No | Name of the algorithm, procedure, or program, e.g. 'BLAST' | 
         
| Description | TEXT | CLOB | Yes | Description of the computation performed | 
         
| DataSetWID | BIGINT | NUMBER | No | WID of the dataset the computation is from | 
         
| Table | Column | 
|---|---|
| SequenceMatch | ComputationWID | 
| RelatedTerm | OtherWID | 
| CitationWIDOtherWID | OtherWID | 
| CommentTable | OtherWID | 
| CrossReference | OtherWID | 
| CrossReference | CrossWID | 
| Description | OtherWID | 
| DBID | OtherWID | 
| SynonymTable | OtherWID | 
| ToolAdvice | OtherWID | 
| Name | Columns | 
|---|---|
| COMPUTATION_NAME | NAME | 
| COMPUTATION_DATASETWID | DataSetWID |