Multiple choice

Which of the following operations increases the length of a list?

  1. INSERT

  2. DELETE

  3. ALTER

  4. LOOKUP

  5. ADD

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

It inserts data into the list, so that the length increases.