Question: 2. For questions a-c, just write the sql query, don't execute 2 Create a view MER. It consists of the reservation ID, trip ID, trip

2. For questions a-c, just write the sql query, don't execute
2 Create a view MER. It consists of the reservation ID, trip ID, trip date, customer number, customer last name, customer first name, and phone number. named RESERVATION CUSTO a. Write and execute the CREATE VIEW command to create the RESERVATION_CUSTOMER view. b. Write and execute the command to retrieve the reservation ID, trip ID, trip date, and customer last name for every reservation in the RESERVATION_CUSTOMER view with a trip date of September 11, 2016. c. Write and execute the query that the DBMS actually executes. d. Does updating the database through this view create any problems? If so, what are they? If not, why not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
