Multiple choice technology programming languages

The statement to remove fields from a record is:

  1. DELETE RECORD

  2. DELETE

  3. DELETE FIELD

  4. REMOVE

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

DELETE is the M204 statement that removes fields from a record. DELETE RECORD would remove the entire record, not just fields. DELETE FIELD and REMOVE are not valid M204 syntax for field removal.