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)- A80% (53)
- B11% (7)
- C3% (2)
- D6% (4)
Community Discussion
No community discussion yet for this question.