Is there a limit on the number of triggers a table can have?
July 24th, 2006 By Eddie Awad
There is virtually no limit. However, the more triggers you have on a table, the more time it takes to execute DML and DDL statements on that table.

July 24th, 2006 By Eddie Awad
There is virtually no limit. However, the more triggers you have on a table, the more time it takes to execute DML and DDL statements on that table.
You must be logged in to post a comment.