I have one field named type
in a database table. I want this field to contain a value from a list of pre-defined values. If I use set
as the datatype of this field, then it can contain more than one values from the list.
What datatype to use, so that It can contain only one value from the list of values (pre-defined)?