Hi,
i was wondering if there's a difference between modeling a one-to-one relation and a inheritance relation (Table-Per-Type) In both cases we add a foreing key with a UNIQUE constraint, or somethimes the FK is part of the PK
It seems to me that the table structure is the same, but maybe i'm missing something.
Thanks in advance.