0% found this document useful (0 votes)
7 views2 pages

Cs 2203 Unit 1 Assignment 2022

Tutorials in computers

Uploaded by

David Joshua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Cs 2203 Unit 1 Assignment 2022

Tutorials in computers

Uploaded by

David Joshua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Unit 1 assignment CS2203

no. entity set


1 patient
2 doctor
3 appointment

Patient entity
attribute name Type domain optional
name general text text false
address general text text false
allergies general text text true
email general text text false
id unique identifier text false
phone numeric text text false
added date date time date time false

doctor entity
attribute name Type domain optional
name general text text false
id unique identifier text false
phone numeric text text false
specialty general text text false
specialty number integer number text false

appointment entity
attribute name Type domain optional
Doctor id foreign key text false
Patient id foreign key text false
id unique identifier text false
date Date date false
medicines general text text true
pulse integer number number false
treatment notes general text text false
blood pressure integer number number False
time Time time False
appointment relations
attribute name Type domain optional
Patient id -- patient unique text false
identifier
id unique text false
identifier
Doctor id -- doctor unique text false
identifier

You might also like