1Z0-007 · Question #172
What is necessary for your query on an existing view to execute successfully?
The correct answer is B. You need SELECT privileges on the view. To query an existing view you need to have SELECT privileges on the view. Incorrect Answers A: The underlying tables can be without data: view will work correctly in that case. C: The underlying tables can be in different user schema. D: You need SELECT privileges not only on…
Question
What is necessary for your query on an existing view to execute successfully?
Options
- AThe underlying tables must have data.
- BYou need SELECT privileges on the view.
- CThe underlying tables must be in the same schema.
- DYou need SELECT privileges only on the underlying tables.
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C14% (3)
- D5% (1)
Explanation
To query an existing view you need to have SELECT privileges on the view. Incorrect Answers A: The underlying tables can be without data: view will work correctly in that case. C: The underlying tables can be in different user schema. D: You need SELECT privileges not only on the underlying tables, but on the view also.
Topics
Community Discussion
No community discussion yet for this question.