Multiple choice technology databases Which of the following types of statements can use a temporary tablespace? An index creation SQL statements with a GROUP BY clause A hash join operation All of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation Temporary tablespaces store temporary data for operations like sorting, hashing, and index builds. All three listed operations (index creation, GROUP BY, and hash joins) generate intermediate results that may require temporary storage.