WITH CHECK OPTION 详解

WITH CHECK OPTION Specify WITH CHECK OPTION to indicate that Oracle Database prohibits any changes to the table or view that would produce rows that are not included in the subquery. When used in the subquery of a DML statement, you can specify this clause in a subquery in the FROM clause but not in subquery in the WHERE clause.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/90618/viewspace-1123064/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/90618/viewspace-1123064/

你可能感兴趣的:(WITH CHECK OPTION 详解)