Question: Introduction to Databases Project 3 Part AYou are designing a database to track information about employees and the projects they are assigned to . Currently,
Introduction to Databases Project Part AYou are designing a database to track information about employees and the projects they are assigned to Currently, this is the schema to describe each of the three entities:EMPLOYEE EmployeeNumber FirstName, LastName, Phone, Email, DepartmentName, BudgetCode, OfficeNumber, PhonePROJECT ProjectID ProjectName, Department, MaxHours, StartDate, EndDate ASSIGNMENT ProjectID EmployeeNumber, HoursWorkedFrom looking at sample data, it has been determined that the following functional dependencies hold: EmployeeNumberFirstNameLastName,Phone,Email, DepartmentName, BudgetCode, OfficeNumber, Phone DepartmentNameBudgetCodeOfficeNumber,Phone ProjectIDProjectNameDepartmentName,MaxHours,StartDate,EndDateProjectIDEmployeeNumberHoursWorkedFirstName,LastName, Phone, Email, DepartmentName, BudgetCode, OfficeNumber, PhoneUsing the information provided, it can be seen that the EMPLOYEE entity is not properly normalized. Complete the normalization of this EMPLOYEE entity by breaking it up into two entities. Then, use paper, MySQL Workbench, Vertabelo, andor Visio to draw out the database diagram ERD EER to describe this entity database.Submit a screenshot image your database diagram to receive points for Part
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
