nerdexam
Microsoft

70-433 · Question #144

CREATE TRIGGER XY ON Inventory.XY FOR UPDATE,INSERT,DELETE EXECUTE AS SELF WebUser do INSERT statement on Inventory.XY table Which USER will the trigger use?

The correct answer is C. BuildUser. See the full explanation below for the reasoning.

Question

CREATE TRIGGER XY ON Inventory.XY FOR UPDATE,INSERT,DELETE EXECUTE AS SELF WebUser do INSERT statement on Inventory.XY table Which USER will the trigger use?

Options

  • ADBO
  • BWebUser
  • CBuildUser

How the community answered

(65 responses)
  • A
    9% (6)
  • B
    20% (13)
  • C
    71% (46)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice