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

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

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

A.
GRANT SELECT, INSERT, UPDATE, DELETE ON TEAM TO PUBLIC;

B.
GRANT SELECT,INSERT,UPDATE,DELETE ON UPD_TEAM_STAT TO PUBLIC;

C.
GRANT EXECUTE ON TEAM TO PUBLIC

D.
GRANT SELECT, EXECUTE ON TEAM, UPD_TEAM_STAT TO PUBLIC;



Leave a Reply 0

Your email address will not be published. Required fields are marked *