Write an SQL statement to create a view named Employee Phone View that shows the values of EMPLOYEE. Last Name as Employee Last Name, EMPLOYEE. First Name as Employee First Name, and EMPLOYEE. Phone as Employee Phone. Run this statement, and then test the view with an SQL SELECT statement.