Multiple choice technology databases

If BTEQ terminates abnormally, all rows (which are in SPOOL) are discarded

  1. True

  2. False

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

BTEQ (Basic Teradata Query) uses a spool mechanism to store query results temporarily. If BTEQ terminates abnormally (due to error, system failure, or manual interruption), all rows currently in the spool are automatically discarded to prevent partial or inconsistent data from being committed. This ensures data integrity and prevents incomplete results from being processed or exported.