Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined? (Choose three.)
Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined? (Choose three.)
Views cannot be used to add rows to an underlying table if the table has columns with NOT NULL constraints lacking default values which are not referenced in the defining query of the view. Views cannot be used to add or modify rows in an underlying table if the defining query of the view contains the DISTINCT keyword. Insert statements can always be done on a table through a view is incorrect; views must meet certain conditions to support insertions.
DE for sure true.
https://forums.oracle.com/ords/apexds/post/dml-operations-on-multiple-views-3747
Should be C, D, E https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/
https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/
According to some forums I have checked, they suggest: C D F