nerdexam
IBM

C2090-610 · Question #27

When an application using a temporary table terminates or disconnects from the database unexpectedly, what happens to the temporary table and any data stored in it?

The correct answer is B. The data in the table is deleted and the table is implicitly dropped. See the full explanation below for the reasoning.

Question

When an application using a temporary table terminates or disconnects from the database unexpectedly, what happens to the temporary table and any data stored in it?

Options

  • AThe data in the table is deleted and the table persists.
  • BThe data in the table is deleted and the table is implicitly dropped.
  • CThe temporary table is converted to a base table and the data is deleted.
  • DThe temporary table is converted to a base table and the data is persistent.

How the community answered

(36 responses)
  • A
    14% (5)
  • B
    78% (28)
  • C
    3% (1)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C2090-610 Practice