Multiple choice technology What is the ab initio function used to generate a sequence number? next_in_sequence() sequence_generator() serial_generator() 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.