I have one field with a name typein the database table. I want this field to contain a value from a list of predefined values. If I use setthis field as the data type, it can contain more than one value from the list.
What data type to use so that it can contain only one value from a list of values (predefined)?
source
share