1Z0-007 · Question #151
Which data dictionary table should you query to view the object privileges granted to the user on specific columns?
The correct answer is D. USER_COL_PRIVS. The USER_COL_PRIVS data dictionary view will show the object privileges granted to the user on specific columns. Incorrect Answers A: There is no USER_TAB_PRIVS_MADE view in Oracle. B: The USER_TAB_PRIVS data dictionary view is used to show the object privileges granted to the…
Question
Which data dictionary table should you query to view the object privileges granted to the user on specific columns?
Options
- AUSER_TAB_PRIVS_MADE
- BUSER_TAB_PRIVS
- CUSER_COL_PRIVS_MADE
- DUSER_COL_PRIVS
How the community answered
(72 responses)- A6% (4)
- B3% (2)
- C13% (9)
- D79% (57)
Explanation
The USER_COL_PRIVS data dictionary view will show the object privileges granted to the user on specific columns. Incorrect Answers A: There is no USER_TAB_PRIVS_MADE view in Oracle. B: The USER_TAB_PRIVS data dictionary view is used to show the object privileges granted to the user on the tables, not specific columns. C: There is no USER_COL_PRIVS_MADE view in Oracle.
Topics
Community Discussion
No community discussion yet for this question.