How many types of trigger can be used in a table at a time? What are they? We can use maximum of 12 triggers on a table. - BEFORE INSERT - AFTER INSERT - BEFORE UPDATE - AFTER UPDATE - BEFORE DELETE - AFTER DELETE
You can define a trigger - for each row - for each statement combining the above 2, makes it 12.
|