Multiple choice technology databases

In a set ORDER is defined as NEXT. 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
C Correct answer
Explanation

In COBOL sets, when ORDER is defined as NEXT, new member occurrences are inserted immediately after the current member of the set. This is the standard behavior for NEXT-ordered set insertion in COBOL database systems.