Multiple choice technology databases

In a set ORDER is defined as LAST. When we insert a new member record occurence, this record will become.

  1. last member of the set

  2. first member of the set

  3. will be inserted after the current location in the set

  4. will be inserted before the current location in the set

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

When ORDER is LAST, new member records are inserted at the end of the set, making them the last member. This maintains insertion order where newer records always follow existing ones.