Hi,
I have a child table(C) which has the composite primary key(A1+B1) from Table A and B.
Now i want to create a surrogate key in table C which should be a foreign key for another table D.
Is it possible, to reference a non primary key as foreign key to another table?
Regards,
Santhosh.