Difference between foreign key and reference key?

Posted by silpa on Sep 11 2007

FK(foreign key) refers to the PK(primary key) of some table

RK(reference key) is the PK(primary key) of the table referred by another table

Leave a Comment