CompTIA Data+ (DA0-001) — Question 323

Which of the following is a key feature of a temporary table?

Answer options

Correct answer: A

Explanation

The correct answer is A because temporary tables are designed to be session-specific and are automatically dropped once the session that created them is closed. Options B, C, and D are incorrect as temporary tables do not have inherent normalization, do not offer greater storage capacity than permanent tables, and indexing is not automatically applied to temporary tables.