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

Normalization Practice

The document outlines a series of dental appointments, detailing the staff and patient information along with appointment dates and times. It presents the data in different normalization forms, starting from an unnormalized form to 1NF and then to 2NF. Key tables include appointment details, dentist information, and patient information, each linked by unique identifiers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Normalization Practice

The document outlines a series of dental appointments, detailing the staff and patient information along with appointment dates and times. It presents the data in different normalization forms, starting from an unnormalized form to 1NF and then to 2NF. Key tables include appointment details, dentist information, and patient information, each linked by unique identifiers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

appointment

staffNo dentistName patientNo patientName sergury number


date time
S1011 Tony Smith P100 Gillian White 12-Aug-03 10:00 S10
S1011 Tony Smith P105 Jill Bell 13-Aug-03 12:00 S15
S1024 Helen Pearson P108 Ian Mackay 12-Sep-03 10:00 S10
S1024 Helen Pearson P108 Ian Mackay 14-Sep-03 10:00 S10
S1032 Robin Plevin P105 Jill Bell 14-Oct-03 16:00 S15
S1032 Robin Plevin P110 John Walker 15-Oct-03 18:00 S13

1NF
staffNo dentistName patientNo patientName Appointment_ID sergury number

S1011 Tony Smith P100 Gillian White 1 S10


S1011 Tony Smith P105 Jill Bell 2 S15
S1024 Helen Pearson P108 Ian Mackay 3 S10
S1024 Helen Pearson P108 Ian Mackay 4 S10
S1032 Robin Plevin P105 Jill Bell 5 S15
S1032 Robin Plevin P110 John Walker 6 S13

APPOINTMENT_DATE
Appointment_ID date time
1 12-Aug-03 10:00
2 13-Aug-03 12:00
3 12-Sep-03 10:00
4 14-Sep-03 10:00
5 14-Oct-03 16:00
6 15-Oct-03 18:00

2NF
staffNo patientNo Appointment_ID sergury number

S1011 P100 1 S10


S1011 P105 2 S15
S1024 P108 3 S10
S1024 P108 4 S10
S1032 P105 5 S15
S1032 P110 6 S13

DENTIST_INFO
staffNo dentistName
S1011 TonySmith
S1024 Helen Pearson
S1032 Robin Plevin

PATIENT_INFO
patientNo patientName
P100 Gillian White
P105 Jill Bell
P108 Ian Mackay
P110 John Walker
APPOINTMENT_DATE
Appointment_ID date time
1 12-Aug-03 10:00
2 13-Aug-03 12:00
3 12-Sep-03 10:00
4 14-Sep-03 10:00
5 14-Oct-03 16:00
6 15-Oct-03 18:00

You might also like