Exam 1z0-071 All QuestionsBrowse all questions from this exam
Question 187

Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined? (Choose three.)

    Correct Answer: D, E, F

    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.

Discussion
ArslanAltafOptions: ADE

DE for sure true.

ydisconzi

https://forums.oracle.com/ords/apexds/post/dml-operations-on-multiple-views-3747

CMjerOptions: CDE

Should be C, D, E https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/

Sathitest071

https://www.examtopics.com/discussions/oracle/view/20172-exam-1z0-071-topic-2-question-37-discussion/

OrakolOptions: CDF

According to some forums I have checked, they suggest: C D F