Submitted by Emon Asejo on Wed, 2012-03-14 04:00.
Comment Id: 50030
Hello Philippe So, after CREATE table and giving tablename, entity their type and no. of characters(width) etc, CREATE TRIGGER and AFTER INSERT AS and INSERT some data into the created table. Now simply suppose you have created the trigger to fire on deletion of multiple rows. By simply using DELETE trigger for the multiple records. This is how the trigger invokes when you SET it on the event you what to tackle with the manageable way.
Hope this helps you a bit and if you could provide the details about the trigger for the event might help you with full ease.
Hello Philippe So, after CREATE table and giving tablename, entity their type and no. of characters(width) etc, CREATE TRIGGER and AFTER INSERT AS and INSERT some data into the created table. Now simply suppose you have created the trigger to fire on deletion of multiple rows. By simply using DELETE trigger for the multiple records. This is how the trigger invokes when you SET it on the event you what to tackle with the manageable way.
Hope this helps you a bit and if you could provide the details about the trigger for the event might help you with full ease.