Hi
im designing relatively simples datamodels although im not sure what is the best appraoch to take when concerning a column that has an absolute number of possible values.
should i embedd values within a CHECK constraint, or alternatively, should i enbedd these values into a LOOKUP table? Obviously (or to me, anyway) if i have less-that-five or so values, then i'd use a CHECK constraint for convenience, although reasonably, what number of values or reasons (added table joins etc) would constitue the use of a LOOKUP table.
this may appear trivial, but i'm really interested in peoples views,
thanks in advance.