SQL 92 dialect question:
How do I ensure that a field in a table must contain values within a specific range?
Consider a situation where there is a "salary" field and you want to make sure that the contents of this field must be between 5,000 to 120,000.
|