Just doing some Relational Database work. Quick question, can one attribute have two foreign keys?
For example, is this legal:
PERSONAL_RECORDS.Date_of_birth has a foreign key in CASUAL.Date_of_birth as well as a foreign key in MANAGER.Date_of_birth
Basically, can one attribute, have a foreign key from two other attributes?
Thank you in advance! :)