How do I go about executing some code in response to events like when a new record is added?
Is there like an “on insert” event I can attach a function to?
If not, I’d there a work around for this?
Basically, my task is to perform some operations whenever a record is added to a table.
Thanks.