nerdexam
Oracle

1Z0-144 · Question #117

Which command must you issue to allow users to access the UPD_TEAM_STAT trigger on the TEAM table?

The correct answer is A. GRANT SELECT,INSERT,UPDATE,DELETE ON TEAM TO PUBLIC. See the full explanation below for the reasoning.

Question

Which command must you issue to allow users to access the UPD_TEAM_STAT trigger on the TEAM table?

Options

  • AGRANT SELECT,INSERT,UPDATE,DELETE ON TEAM TO PUBLIC;
  • BGRANT SELECT,INSERT,UPDATE,DELETE ON UPD_TEAM_STAT TO PUBLIC;
  • CGRANT EXECUTE ON TEAM TO PUBLIC
  • DGRANT SELECT, EXECUTE ON TEAM, UPD_TEAM_STAT TO PUBLIC;

How the community answered

(66 responses)
  • A
    80% (53)
  • B
    11% (7)
  • C
    3% (2)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-144 Practice