In an employee database, a table called 'employees' has a 'salary' field. The company policy states that no employee should have a salary lower than $30,000. Which type of constraint would be used to ensure this policy is enforced?
PRIMARY KEY constraint
FOREIGN KEY constraint
UNIQUE constraint
CHECK constraint