0 votes
in Oracle by
What is WITH CHECK OPTION in Oracle?

1 Answer

0 votes
by
The WITH CHECK option clause specifies check level to be done in DML statements. It is used to prevent changes to a view that would produce results that are not included in the sub query.
...