Oracle Database 12c SQL 1z0-071 Question # 35 Topic 4 Discussion

Oracle Database 12c SQL 1z0-071 Question # 35 Topic 4 Discussion

1z0-071 Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

Which three statements are true about performing DML operations on a view with no Instead of triggers defined?


A.

WITH CHECK clause has no effect when deleting rows from the underlying table through the view.


B.

Insert statements can always be done on a table through a view.


C.

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.


D.

Views cannot be used to add or modify rows in an underlying table if the defining query of the view contains the DISTINCT keyword.


E.

Delete statements can always be done on a table tough a view.


F.

Views cannot be used to query rows from an underlying table if the table has a PRIMARY KEY and the PRIMARY KEY columns are not referenced in the defining query of the view.


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.