ORA-02270: no matching unique or primary key for this column-list
Hi All,
I have a master table where in the unique combination is of 6 columns. I am trying to build a foreign key referential integrity mapping for a child table using only 2 columns of the master table.
Will this be possible?.. or am i totally messed up with my logic?