Hello,
If a column has a check constraint of TYPEX IN ('Y', 'N'), then only Y and N values are allowed and other receive a constraint violation error message.
However, I have a table where the specified the constraints to be: TYPEX IN (NULL, 'Y', 'N').
What the NULL value appears to act...