What SQL databases, if any, support subqueries in CHECK constraints?
At present and as far as I know, Oracle, MySQL, and PostgreSQL do not.
EDIT
SQL Server 2000+ allows UDFs that contain queries: you can't use sub-queries directly
However, they are not concurrent under high loads