Allowing Null Values in Part of a Compound Foreign Key
What happens when part of a compound foreign key is allowed to assume a null value.
What happens when part of a compound foreign key is allowed to assume a null value.
Previously we have seen that a foreign key can accept null values. This means that GeneXus will not trigger the corresponding referential integrity checks when this value is not assigned. We now address the same concept when the null value applies to one part of a compound foreign key.