How do I put a constraint on a column so that it can only contain the following values? What do you call this type of constraint?
Allowed values: \"yes\", \"no\"
Using enumeration table is a way to go.