Multiple choice technology programming languages Which of these built-ins can you use in a PRE-UPDATE trigger? DOWN COMMIT_FORM No Answer is Correct. All Answers are Correct. 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.