Search code examples
oracletriggersmutating-table

Can statement-level triggers lead to mutating-tables


Or only row-level triggers are said to cause such mutations?

I rephrase my question:

Which trigger types will be impacted by constraining factors brought on by mutating tables?


Solution

  • Both can lead to mutating tables. It is a matter of what you reference in the trigger. Like the folks here have already said, try it and find out if works.