Multiple choice technology databases

Statistics cannot be collected on this table

  1. Permanent Table

  2. Set Table

  3. Multiset Table

  4. Volatile Table

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

Volatile tables are temporary tables that exist only for the duration of a session. Since they are automatically dropped at session end and used for transient data, Teradata does not collect statistics on them. Permanent tables, multiset tables, and set tables all support statistics collection.