WITH CHECK OPTION can not be used with read-only view "<str>" Explanation: This view is read-only. This occurs when a UNION, EXCEPT, MINUS, INTERSECT GROUP BY, DISTINCT, or statistical function appears in the outer most query. User Action: You can not apply a WITH CHECK OPTION clause to this view. Remove the clause.