1z0-071 Exam QuestionsBrowse all questions from this exam

1z0-071 Exam - Question 195


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

Show Answer
Correct Answer: DEF

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

7 comments
Sign in to comment
Orakol
Feb 27, 2023

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

Sathitest071
Mar 30, 2023

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

CMjerOptions: CDE
May 27, 2023

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

ydisconzi
Mar 16, 2024

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

ArslanAltaf
May 4, 2024

DE for sure true.

salander71
Oct 8, 2024

The correct answer is CDE

5beb368Options: CDE
May 1, 2025

are correct, check with chat gpt