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.
According to some forums I have checked, they suggest: C D F
https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/
Should be C, D, E https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/
https://forums.oracle.com/ords/apexds/post/dml-operations-on-multiple-views-3747
DE for sure true.
The correct answer is CDE
are correct, check with chat gpt