| Column | 
            MySQL Type | 
            Oracle Type | 
            Nullable | 
            Description | 
         
         
            | WID | 
            BIGINT | 
            NUMBER | 
            No | 
            Warehouse ID for this GeneticCode.
  | 
         
         
            | NCBIID | 
            VARCHAR | 
            VARCHAR2(2) | 
            Yes | 
            1- or 2-digit ID assigned to this code. See URL above.
  | 
         
         
            | Name | 
            VARCHAR | 
            VARCHAR2(100) | 
            Yes | 
            Genetic code name.
  | 
         
         
            | TranslationTable | 
            VARCHAR | 
            VARCHAR2(64) | 
            Yes | 
            Translation table for this genetic code. See URL above for format.
  | 
         
         
            | StartCodon | 
            VARCHAR | 
            VARCHAR2(64) | 
            Yes | 
            Start Codon for this genetic code. See URL above for format
  | 
         
         
            | DataSetWID | 
            BIGINT | 
            NUMBER | 
            No | 
            Reference to the data set from which the entity came from.
  |