Multiple choice

Which of the following operations will increase the length of the list?

  1. Update

  2. Modify

  3. Insert

  4. All of the above

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

Insert is used to insert a new row in a table - like insert in to table values (data1 , XYZ ) ; and length of the list is directly proportional to the insertion made.