Multiple choice technology

Data from tables can be unloaded parallel using

  1. ABLOCAL() function

  2. AB_LOCAL()function

  3. AB-LOCAL() function

  4. AB_UNLOAD() function.

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

ABLOCAL() allows Ab Initio to partition database unload operations, with each partition handling a subset of data. This enables parallel processing for faster data extraction. The function name must use an underscore (ABLOCAL not AB_LOCAL or AB-LOCAL).