View Single Post
  #4 (permalink)  
Old 03-08-05, 05:38
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
double relationships can exist, e.g.

take a
HumanResourceTable
id_person
name
department


ApplicationTable
id_application
id_person_technical
id_person_accountant

where both id_person~ reference HumanResourceTable

I did this in the past for sybase and oracle
Reply With Quote