hey everyone,
I have a database that is 4 tables existing of a hospital patient's timeline through a rehab program. Table1 is "General" (general info, demographics), table2 is "Intake" (data when they started the program), table3 is "Discharge", table4 is "Follow-up". The PK is the FK in all of these tables because all of the tables refer to the same patient, just at different times in their timeline of care. Do I need to link all tables to each other as 1-1 or is how I have it below sufficient?
Thanks ahead of time.
Rhet