Concept Flow - INSTEAD OF trigger for views
User issues INSERT/UPDATE/DELETE on View
INSTEAD OF Trigger fires
Trigger function runs custom code
Perform actions on underlying tables
Return control to user
View appears updated as expected
When you try to change data in a view, the INSTEAD OF trigger runs custom code to update the real tables behind the scenes.
