If I have a check constraint on field1 for table 1 that states the below:
(FIELD1 = 'XXX' and FIELD2 in (X1, X2, X3)
There is no check constraint on FIELD2
Does this mean that if I try to enter a value of X1 in FIELD2 without a value of FIELD2 that I will get an error?