Oracle Database Administration I — Question 125

Which two statements are true about views? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answer A indicates that the WITH CHECK clause restricts certain rows from being updated or inserted, ensuring data integrity. Option C is also correct as views can be updated without re-granting privileges, simplifying permission management. Options B and D are incorrect because the WITH CHECK clause does not affect displayed rows and views can reference multiple tables. Option E is incorrect as views themselves cannot be indexed.