Assume that you have a table named NEW_EMAIL, which has new values of Email for some employees. NEW_EMAIL has two columns: Employee Number and New Email. Write an UPDATE statement to change the values of Email in EMPLOYEE to those in the NEW_EMAIL table. Do not run this statement.