Multiple choice technology databases

This temporary table will not be dropped once the session is signed off

  1. Volatile Temporary Table

  2. Global Temporary table

  3. MultiSet Table

  4. Permanent Table

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

In Teradata, the definition of a Global Temporary Table (GTT) is persistent and remains in the data dictionary even after the session ends. In contrast, Volatile Temporary Tables (VTT) have their definitions and data completely dropped at session logoff.