• I'm not sure what you mean? If you update the view, it updates the table. The view is just a window into the table, there is nothing in the view to update.

    If you need a trigger, then create it on the table and when someone updates the view, which updates the table, the trigger will fire.