Question
Normalization Exercises 1: Normalize the tables below. Show the resulting tables. Exercise 1: You are given the following table: EMP_PROJ(ssn, pnumber, hours, ename, pname, plocation)
Normalization Exercises 1:
Normalize the tables below. Show the resulting tables.
Exercise 1:
You are given the following table:
EMP_PROJ(ssn, pnumber, hours, ename, pname, plocation)
And you are given the following functional dependencies:
(i)(ssn, pnumber) hours
This means: hours in dependent on ssn and pnumber.
(ii)(ssn) ename
This means: ename in dependent on ssn.
(iii)pnumber (pname, plocation)
Exercise 2:
You are given the following table:
EMP_DEPT(ename, ssn, bdate, address, dnumber, dname, dmgrssn)
And you are given the following function dependencies:
(i)ssn (ename, bdate, address, dnumber)
(ii)dnumber (dname, dmgrssn)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started