Subject check syntax
Author Duilio Foschi
I learnt how to set a constraint that verifies that the value of a column
exists in a second table.

Also I learnt how to check the values of a column against a predifined list
of values.

However, now I have to verify that a column is NULL (or empty) or contains
a value that exists in a second table.

How do I do that ?

Thank you

Duilio Foschi