Hi Friends,
I have a problem in creating a table with a column that has two foreign Key relationship . Let me explain in detail.
Say ,I have three tables. First table A which has column A.ID(Primary Key),A.Name. Second Table B has Column B.ID(Primary Key),B.Name. Third Table C has Column C.ID ,C.Name,C.Detai l.
In C.Detail I have to store data from both table(A.ID & B.ID). So...