Hello,
What are some of the pros & cons of using a field (CHECK) constraint vs. a very small table (holding say, 3-5 values)? I've seen a few examples in books & tutorials where they went either way, but not much explanation as to the benefits one way or the other.
A specific example of what I'm looking at is say I want to have a table that tracks various information about club members. One of the fields would be where they bought their membership at. There are not many options here; one of three stores in town or directly through the club. All it normally gets used for is when we print out reports of membership sales in the last given time period (month, year, etc.) we like to know which place is selling the most and make sure they have sufficient applications, etc. on hand. The choices are not likely to change very often, if at all. One thing we definitely want to be able to do is set up data validation i.e. limit the choices for the data entry person to *only* these fixed options. Is that more readily accomplished using one or the other?
TIA,
Monte