1
610kviews
Draw E-R diagram for Hospital management System.
1 Answer
written 8.7 years ago by |
Step 1: E-R Diagram
Step 2: Converting the E-R Diagram into Tables
b. Converting entity to table and attribute to columns
Hospital
Hosp-id | Primary Key |
---|---|
HCity | |
HAddress | |
Hos-Name | |
Pat-id | Foreign key references to Pat-id of Patient table |
Doc-id | Foreign key references to Doc-id of Doctor table |
Patient
Pat-id | Primary Key … |
---|