1
570kviews
Draw E-R diagram for Hospital management System.
1 Answer
28
27kviews

Step 1: E-R Diagram

enter image description here

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 …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.