Q11
Single choice
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);