CHECK OPTION is not allowed for view "<str>" with row limit Explanation: The CHECK OPTION on a view requires that neither that view nor any view nested in it has FIRST n (RDO) or LIMIT TO n ROWS (SQL) clause. Remove either CHECK OPTION or LIMIT TO n ROWS clause from the view.