Multiple choice technology programming languages Which of the following statements are not supported in the UPDATE RECORD statement? DELETE statement CHANGE statement DELETE EACH statement Both a & c Reveal answer Fill a bubble to check yourself C Correct answer Explanation DELETE EACH statement is not supported within UPDATE RECORD syntax. The UPDATE RECORD statement is designed to modify existing records, not to perform mass deletions, which require separate DELETE commands.