Multiple choice technology databases

A declared temporary table is used for which of the following purposes?

  1. Backup purposes

  2. Storing intermediate results

  3. Staging area for load operations

  4. Sharing result data sets between applications

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

Declared temporary tables are specifically designed for storing intermediate results during complex query processing. They are session-specific, not for backup (use backup utilities), load staging (use staging tables), or sharing between applications (use regular tables).