Google News
logo
PL/SQL - Interview Questions
What is the difference between a mutating table and a constraining table?
* 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 integrity constraint is called a constraining table.
Advertisement