person (driver-id, name, address)
car (license, model, year)
accident (report_number, date, location)
owns (driver_id, license)
participated (report_number, license, driver_id, damage_amount)
B ASSIGNMENT (EmployeeNumber, ProjectNumber, ProjectName, HoursWorked)
Assume that ProjectNumber determines ProjectName and explain why this relation is not normalized.
Demonstrate an insertion anomaly, a modification anomaly, and a deletion anomaly.
Apply the normalization process to this relation.
State the referential integrity constraint.