Create an INSTEAD OF database trigger that will allow data to be inserted into the following view:

Question:

Create an INSTEAD OF database trigger that will allow data to be inserted into the following view:
CREATE VIEW LondonHotelRoom AS
SELECT h.hotelNo, hotelName, city, roomNo, type, price
FROM Hotel h, Room r
WHERE h.hotelNo _ r.hotelNo AND city _ ‘London’
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: