kumaran21
03-07-2011, 05:25 AM
Hi everyone,
I have a question regarding Weak Entities. Can they have attributes from two different Strong Entities?
Example;
TREATMENT (Treatment_ID, Treatment_Type, Treatment_Date)
PATIENT (Patient_SSN, Patient_Name, Disease)
MEDICAL_HISTORY (Patient_SSN, Treatment_ID, History)
Treatment and Patient would be Strong Entities and the Medical_History is the Weak Entity.
Is the above example correct?
Thank you.
I have a question regarding Weak Entities. Can they have attributes from two different Strong Entities?
Example;
TREATMENT (Treatment_ID, Treatment_Type, Treatment_Date)
PATIENT (Patient_SSN, Patient_Name, Disease)
MEDICAL_HISTORY (Patient_SSN, Treatment_ID, History)
Treatment and Patient would be Strong Entities and the Medical_History is the Weak Entity.
Is the above example correct?
Thank you.