Suppose that the table EMPLOYEE has a 1:N relationship to the table PHONE_NUMBER. Further suppose that the key of EMPLOYEE is Employee ID and the columns of PHONE_NUMBER are Phone Number ID (a surrogate key), Area Code, Local Number, and Employee ID (a foreign key to EMPLOYEE). Write all SQL statements necessary to redesign this database so that it has just one table. Explain the difference between the result of Project Question 8.51 and the result of this question