• I do have a natural PK. The only difficulty is: one of these columns is nullable. So I cannot create the PK constraint.

    The question is: do I add a artificial PK, like an identity column, which is not used in any way, or are there better solutions, like replacing the NULL-values by an empty string or something?