nerdexam
Oracle

1Z0-071 · Question #36

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

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    12% (3)
  • D
    76% (19)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice