Oracle
1Z0-061 · Question #277
Which two statements are true regarding views? (Choose two.)
The correct answer is B. Rows cannot be deleted through a view if the view definition contains the DISTINCT keyword. D. The OR REPLACE option is used to change the definition of an existing view without dropping and. See the full explanation below for the reasoning.
Question
Which two statements are true regarding views? (Choose two.)
Options
- AA simple view in which column aliases have been used cannot be updated.
- BRows cannot be deleted through a view if the view definition contains the DISTINCT keyword.
- CRows added through a view are deleted from the table automatically when the view is dropped.
- DThe OR REPLACE option is used to change the definition of an existing view without dropping and
- EThe WITH CHECK OPTION constraint can be used in a view definition to restrict the columns
How the community answered
(44 responses)- A5% (2)
- B84% (37)
- C2% (1)
- E9% (4)
Community Discussion
No community discussion yet for this question.