vw_emp select 9999,'Robinson',2000 from dual * ERROR at line 1: ORA-01402: view WITH CHECK OPTION where-clause
(SELECT empno,ename,job,mgr,salary FROM emp * ERROR at line 2: ORA-01402: view WITH CHECK OPTION where-clause
' where empno=7566; update xgj set ename='XGJ' where empno=7566 ORA-01402: view WITH CHECK OPTION where-clause