What is the benefit of using the WITH CHECK OPTION clause in your view definition?

What is the benefit of using the WITH CHECK OPTION clause in your view definition?


Answer – Your view adheres to criteria set with the SELECT statement.

(The WITH CHECK OPTION assures current data is displayed.)