Multiple choice technology databases

In a set ORDER is defined as FIRST. 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 member in the set

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

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

When ORDER is FIRST, new member records are inserted at the beginning of the set, becoming the first member. This means newer records appear before older ones in the set order.