CS 2203 Programming Assignment Unit 1
CS 2203 Programming Assignment Unit 1
CODE: CS 2203-01
INSTRUCTOR: Rich Hoo
DATE: 22 / 06 / 2022
Doctor
Doc_ID Varchar/Number Unique NOT NULL
Speciality_Number Number -
Speciality Text -
Primary Key: Doc_ID
Degree of Relation: 5
Gives Appointments
Appointment
ID Varchar/Number Unique NOT NULL
Notes Varchar -
Medicines Varchar -
Primary Key: ID
Degree of Relation: 8
Takes Appointments
Patient
Patient_ID Varchar/Number Unique NOT NULL
Allergies Text -
Doc_ID -
Primary Key: Patient_ID
Degree of Relation: 8