Assume that you have a table named NEW_EMPLOYEE that has the columns Department, Email, First Name, and Last Name, in that order. Write an INSERT statement to add all of the rows from the table NEW_EMPLOYEE to EMPLOYEE. Do not attempt to run this statement!