| Column | MySQL Type | Oracle Type | Nullable | Description | 
|---|---|---|---|---|
| WID | BIGINT | NUMBER | No | Warehouse ID for this Division. | 
         
| Code | VARCHAR | VARCHAR2(10) | Yes | Genbank Division code (3 characters) which is an abbreviation for the GenBank Name. | 
         
| Name | VARCHAR | VARCHAR2(100) | Yes | Division name. | 
         
| DataSetWID | BIGINT | NUMBER | No | Reference to the data set from which the entity came from. | 
         
| Table | Column | 
|---|---|
| Taxon | DivisionWID | 
| Entry | OtherWID | 
| RelatedTerm | OtherWID | 
| CitationWIDOtherWID | OtherWID | 
| CommentTable | OtherWID | 
| CrossReference | OtherWID | 
| CrossReference | CrossWID | 
| Description | OtherWID | 
| DBID | OtherWID | 
| SynonymTable | OtherWID | 
| ToolAdvice | OtherWID | 
| Name | Columns | 
|---|---|
| DIVISION_NAME | NAME | 
| DIVISION_DIVCODE | CODE | 
| DIVISION_DATASETWID | DATASETWID |