Multiple choice technology programming languages

Which of these built-ins can you use in a PRE-UPDATE trigger?

  1. DOWN

  2. COMMIT_FORM

  3. No Answer is Correct.

  4. All Answers are Correct.

  5. GO_ITEM

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PRE-UPDATE triggers have restricted built-in usage. DOWN is for navigation, COMMIT_FORM would cause recursion, and GO_ITEM is restricted in this context. These built-ins cannot be used in PRE-UPDATE triggers.