Microsoft Exam Questions

Which trigger should you select?

You have a setup table and page.
You must insert the following code segment into a page trigger:
RESET;
IF NOT GET THEN BEGIN
INIT;
INSERT;
END;
Which trigger should you select?

A.
OnInit

B.
OnOpenPage

C.
OnClosePage

D.
OnQueryClosePage

E.
OnFindRecord