The following SQL defines an INSERT with respect to item_view. Select the keyword that is applicable in the underlined blank. CREATE _______ foo AS ON INSERT TO item_view DO INSTEAD INSERT INTO item_table VALUES (NEW.id, NEW.itemname);
I think the correct answer is C) TRIGGER. This SQL statement seems to be creating a trigger that inserts data into the item_table when a new row is inserted into the item_view.
Diane
1 days agoLuisa
3 days agoVal
4 days agoNina
6 days ago