Multiple choice technology

What is the ab initio function used to generate a sequence number?

  1. next_in_sequence()

  2. sequence_generator()

  3. serial_generator()

  4. random_generator()

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

next_in_sequence() is the built-in Ab Initio function that generates sequential numbers within a transform. It increments automatically for each record processed, providing a unique sequence number.