Question: Write an SQL statement to create a view named EmployeePhoneView that shows the values of EMPLOYEE.LastName as EmployeeLastName, EMPLOYEE.FirstName as EmployeeFirstName, and EMPLOYEE.Phone as EmployeePhone.
Write an SQL statement to create a view named EmployeePhoneView that shows the values of EMPLOYEE.LastName as EmployeeLastName, EMPLOYEE.FirstName as EmployeeFirstName, and EMPLOYEE.Phone as EmployeePhone. Run this statement, and then test the view with an SQL SELECT statement.
Step by Step Solution
3.61 Rating (173 Votes )
There are 3 Steps involved in it
For SQL Server Oracle Database and MySQL For Microsoft Access Creat... View full answer
Get step-by-step solutions from verified subject matter experts
