Is is possible to have an enumeration of valid values for a column/field?
For example -
If I needed a field that could only be one of:
Red
Green
Blue
without creating another table and limiting by using a foreign key.
Thanks in advance!
For example -
If I needed a field that could only be one of:
Red
Green
Blue
without creating another table and limiting by using a foreign key.
Thanks in advance!