Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

PHYSICL DESIGN OF PROPOSED SYSTEM

Physical database design is the last stage of database design process. The major objective of the
physical design is to implement the database as a set of records, files, indexes, and other data
structures. It describes how the propose system will deliver the capabilities specified in the
logical design.

NURSE attends to PATIENT in the WARD

Occupied
Ward id beds

Department Total beds

WARD Patient id
Nurse-id
Name

Name
Age
NURSE ATTEND PATIENT

Salary
Gender

Qualification
Disease

WARD:
Ward-id Total beds Occupied beds Department name
NURSE:
Nurse-id Name Qualification Salary

PATIENT:
Patient-id Name Age Gender Disease

WARD_NURSE_PATIENT:
Ward-id Nurse-id Patient-id

NURSE assists DOCTOR

Doctor -id
Nurse-id Name

Name

Age
NURSE ASSISTS DOCTOR

Salary

Qualification Salary
Specialization

NURSE:
Nurse-id Name Salary Qualification

DOCTOR:
Doctor-id Name Age Salary Specification
NURSE-DOCTOR:
Nurse-id Doctor-id

DOCTOR treats PATIENT:

Name
Patient-id Name

Doctor-id Age

DOCTOR TREATS PATIENT

Age
Disease
Salary Specification n
Gender

DOCTOR:
Doctor-id Name Age Salary specialization

PATIENT:
Patient-id Name Age Gender Disease

DOCTOR_PATIENT:
Doctor-id Patient-id

You might also like