n the lecture, we discussed normalization. The two datasets below are not normalized yet, so we should normalize the datasets into 3NF tables. Show the normalization steps for each dataset using the format provided in the example. Example) 1 NF: PROJECT (ProjectNum, Proj_Name, Start_Date, Emp_Num, Emp_Name, Job_Class) 2 NF: PROJECT (ProjectNum, Proj_Name, Start_Date) EMP(Emp_Num, Emp_Name, Job_Class) 3 NF: PROJECT (ProjectNum, Proj_Name, Start_Date) EMP(Emp_Num, Emp_Name, Job_Class) ** Bold and underline the primary key
In the lecture, we discussed normalization. The two datasets below are not normalized yet, so we should normalize the datasets into 3NF tables. Show the normalization steps for each dataset using the format provided in the example.
Example)
1 NF:
PROJECT (ProjectNum, Proj_Name, Start_Date, Emp_Num, Emp_Name, Job_Class)
2 NF:
PROJECT (ProjectNum, Proj_Name, Start_Date)
EMP(Emp_Num, Emp_Name, Job_Class)
3 NF:
PROJECT (ProjectNum, Proj_Name, Start_Date)
EMP(Emp_Num, Emp_Name, Job_Class)
** Bold and underline the primary key
datasets below are not normalized yet, so we should normalize the datasets into 3NF tables.
see the below
Thank You
Step by step
Solved in 3 steps