Oracle
1Z0-047 · Question #187
The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues the following GRANT command: GRANT ALL ON orders, order_items TO PUBLIC; What correction needs to be done to the above…
The correct answer is D. Separate GRANT statements are required for ORDERS and ORDER_ITEMS tables. See the full explanation below for the reasoning.
Question
The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues the following GRANT command:
GRANT ALL ON orders, order_items TO PUBLIC; What correction needs to be done to the above statement?
Options
- APUBLIC should be replaced with specific usernames.
- BALL should be replaced with a list of specific privileges.
- CWITH GRANT OPTION should be added to the statement.
- DSeparate GRANT statements are required for ORDERS and ORDER_ITEMS tables.
How the community answered
(70 responses)- A9% (6)
- B4% (3)
- C16% (11)
- D71% (50)
Community Discussion
No community discussion yet for this question.