Hi,
I have two tables that both contain integer fields that are to be used as unique identifiers. These tables, and fields, will only ever be updated manually. The issue I have is that a value assigned to one of these fields in one table cannot be assigned to the same field in the other. Thus, if 24 is assigned to this field in table A it cannot then be assigned to the same field in table B. Is there anyway to enforce this rule in DB2, without having to create additional lookup tables etc?
Thanks for any help
Richard