Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Updatable View WITH CHECK OPTION clause

user8794108Mar 15 2015 — edited Mar 16 2015

Hi, I know that if you Specify WITH CHECK OPTION, prohibits any changes to the table or view that would produce rows that are not included in the subquery.

So why the insert in letter D is a correct answer ?

Updatable View WITH CHECK OPTION clause.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2015
Added on Mar 15 2015
3 comments
381 views