You need to sign in to do that
Don't have an account?

what happens when we use before insert and after insert
i need clarity about insert before and insert after.
what happens when we use before insert and after insert
please give me clarification with an example
Thank you sir.
All Answers
First thing Before insert--
---> The Trigger will fire when the record before saving into the database.
After insert-->The Trigger will fire when the record after save into the database.
Thank you sir.
After insert : Trigger fires after the record is committed to database.
Thank you.....