IBM
C2090-619 · Question #57
Consider the following statements: DBSPACETEMP=tempdbs1, tempdbs2, tempdbs3; CREATE DATABASE mydb WITH LOG IN datadbs1; CREATE TEMP TABLE temp1 (col1 int); Which statement is true?
The correct answer is B. The temp table will be created in root dbspace. See the full explanation below for the reasoning.
Question
Consider the following statements: DBSPACETEMP=tempdbs1, tempdbs2, tempdbs3; CREATE DATABASE mydb WITH LOG IN datadbs1; CREATE TEMP TABLE temp1 (col1 int); Which statement is true?
Options
- AThe temp table will be created in datadbs1.
- BThe temp table will be created in root dbspace.
- CThe temp table will be careated in one of the dbspaces listed in DBSPACTEMP.
- DThe temp table will be created round-robin across the dbspaces in DBSPACETEMP.
How the community answered
(33 responses)- A15% (5)
- B76% (25)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.