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

Which three statements are true about performing Data Manipulation Language (DML) operations on a view in an Oracle Database?
A. Views cannot be used to add or modify rows in an underlying table if the defining query of the view contains the DISTINCT keyword.
B. 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.
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. The WITH CHECK clause has no effect when deleting rows from the underlying table through the view.
E. Insert statements can always be done on a table through a view.
F. Views cannot be used to add or modify rows in an underlying table if the defining query of the view contains aggregating functions.

Download Printable PDF. VALID exam to help you PASS.

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

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.