1.

What Is With Check Option?

Answer»

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.

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.



Discussion

No Comment Found