What is the difference between a mutating table and a constraining table?
Answer»
A table that is being MODIFIED by the usage of the DML STATEMENT currently is KNOWN as a mutating table. It can also be a table that has triggers defined on it.
A table used for reading for the purpose of referential INTEGRITYCONSTRAINT is called a constraining table.