Library /sys$common/syshlp/SQL$HELP72.HLB  —  ALTER  VIEW  Arguments  WITH_CHECK_OPTION
    A constraint that places restrictions on update operations made
    to a view. The check option clause ensures that any rows that are
    inserted or updated in a view conform to the definition of the
    view. Do not specify the WITH CHECK OPTION clause with views that
    are read-only.
Close Help