Table IndexArrayGroupWIDArrayWID
      
      
Represents n..n association between ArrayGroup and Array
Association between an ArrayGroup and its Arrays, typically the ArrayGroup will represent a slide and the Arrays will be the
      manufactured so that they may be hybridized separately on that slide.
Columns
      
         
            | Column | 
            MySQL Type | 
            Oracle Type | 
            Nullable | 
            Description | 
         
         
            | ArrayGroupWID | 
            BIGINT | 
            NUMBER | 
            No | 
            Reference to ArrayGroup
  | 
         
         
            | ArrayWID | 
            BIGINT | 
            NUMBER | 
            No | 
            Reference to Array
  | 
         
      
      Referenced By
None.
      Other Constraints
None.
      Indexes
      
         
            | Name | 
            Columns | 
         
         
            | ArrayGroupWIDArrayWID1 | 
            ArrayGroupWID | 
         
         
            | ArrayGroupWIDArrayWID2 | 
            ArrayWID |