Oracle
1Z0-047 · Question #65
Which SQL statement would display the view names and definitions of all the views owned by you?
The correct answer is D. SELECT view_name, text. See the full explanation below for the reasoning.
Question
Which SQL statement would display the view names and definitions of all the views owned by you?
Options
- ASELECT view_name, text
- BSELECT view_name, text
- CSELECT view_name, text
- DSELECT view_name, text
How the community answered
(26 responses)- A15% (4)
- B8% (2)
- C4% (1)
- D73% (19)
Community Discussion
No community discussion yet for this question.