Lookup table containing dam owner type descriptions.
| Field Name | Field Description | Data Type | Field Size* | DamOwnerTypeID | The primary key for table DamOwnerType | tinyint | 1 | DamOwnerType | The institutional status of the dam owner (Private, Federal. or State, etc.) | varchar | 50 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.