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

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

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

Which three statements are true about performing Data Manipulation Language (DML) operations on a view In an Oracle Database?


A.

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


B.

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


C.

Views cannot be used to query rows from an underlying table if the table has a PRIPOARY KEY and the PRIMARY KEY columns 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.

Views cannot be used to add on modify rows in an underlying table if the defining query of the view contains aggregating functions.


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.


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.