Oracle Database SQL — Question 113

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

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E. When a view is dropped, any views that reference it become invalid, and if there are referential integrity constraints related to the view, CASCADE CONSTRAINTS must be specified to maintain integrity. Options A, B, and D are incorrect because they do not accurately describe the behavior of views when they are dropped.