• Now I'll tell you clearly...

    I am having employee table.

    Suppose If today 10 new joinees Joined. So I'll add through Insert statement.

    SO I will give 10 insert statement. right?

    But here I have a trigger for Insert, Update,Delete.

    My requirement is at the insertion end, trigger should work.

    But here 10 times trigger is triggered. Since i am using 10 insert.

    So Is there anything to control, if i use multiple insert trigger should work at the end of the last insert.