Oracle
1Z0-061 · Question #139
The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?
The correct answer is D. GRANT select ON dept. view the columns associated with the constraint names in the USER_CONS_COLUMNS view.
Controlling User Access
Question
The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?
Options
- AGRANT select ON dept
- BGRANT select ON dept
- CGRANT QUERY ON dept
- DGRANT select ON dept
How the community answered
(57 responses)- A7% (4)
- B4% (2)
- C14% (8)
- D75% (43)
Explanation
view the columns associated with the constraint names in the USER_CONS_COLUMNS view.
Topics
#GRANT#PUBLIC#SELECT privilege#object privileges
Community Discussion
No community discussion yet for this question.