Objective: Normalize a denormalized table by identifying which attributes should be separated into smaller related tables in order to reduce redundancy and improve data integrity.
This result page focuses on the same goal as the exercise page. The original table combined task details, employee details, and assignment details into one structure. A better relational design separates those subjects into smaller tables that can be linked together through keys.
No input was provided. Please return to the exercise page and submit your proposed normalized tables.