Multiple choice Which of the following operations will increase the length of the list? Update Modify Insert 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.