Concept Flow - AFTER trigger behavior
DML Statement Executed
Row(s) Modified in Table
AFTER Trigger Fires
Trigger Function Executes
Transaction Continues or Commits
After a data change (INSERT, UPDATE, DELETE), the AFTER trigger runs its function once the row modification is done.