

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A non-normalized database table for two different scenarios: a healthcare center and a jobs database. The tasks require identifying dependencies, determining primary keys, completing normalization processes, and creating relational schemas for the normalized tables.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Your Name _______________________________
**(4 points total)
Your Name _______________________________ This table is based on following requirements: a) Within each employer there are multiple positions available. b) Positions have a unique Id within the employer only (two positions from two different employers can have the same PID) and a non-unique description. c) More than one student can work on the position of the same type d) A student can work for many employers, but can hold only one position within that employer. Complete the same tasks as in the first problem