Activity 6: Normalizing Denormalized Data Using Excel

Here is how a single table with redundant information ("EmployeeData") is broken down into multiple, more organized tables ("Employees", "Departments", "Managers", "Projects") through database normalization. This eliminates redundancy and improves data integrity.

Sheet 1:

Sheet 2:

Sheet 3:

Sheet 4:

Sheet 5: