An SQL primer
The columns of interest from the ENUMTYPES table are:
- TYPENAME - The name of the enumerated type.
- VALUES - The valid values for this type, along with their ordering (useful for sorting).
- REMARKS - Brief explanation of what the enumerated type refers to.