SQL-Assertions

CREATE ASSERTION assertion_name CHECK (condition);
DROP ASSERTION assertion_name;
CREATE ASSERTION age_assertion CHECK (age >= 18);