Multiple choice technology programming languages

Which of the following statements are not supported in the UPDATE RECORD statement?

  1. DELETE statement

  2. CHANGE statement

  3. DELETE EACH statement

  4. 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.