Multiple choice technology databases

What does SPUFI stands for

  1. SQL Programming Using File Input

  2. SQL Processing Using File Input

  3. SQL Processor Using File Input

  4. Sequence Processing Using File Input

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

SPUFI (SQL Processor Using File Input) is a DB2 facility that executes SQL statements from a sequential file. It reads SQL statements from a file, processes them, and returns the results, making it useful for batch SQL execution and testing.