IBM
A2090-614 · Question #96
A DBA wants to create a table named SALES that has the following characteristics: -Data for the first half of the year will reside in table space TBSP1; the index for this data will reside in table…
The correct answer is B. PARTITION BY RANGE. See the full explanation below for the reasoning.
Question
A DBA wants to create a table named SALES that has the following characteristics:
-Data for the first half of the year will reside in table space TBSP1; the index for this data will reside in table space TBSP21. -Data for the second half of the year will reside in table space TBSP2; the index for this data will reside in table space TBSP22. Which clause must be used with the CREATE TABLE statement to define this table?
Options
- ADISTRIBUTE BY HASH
- BPARTITION BY RANGE
- CORGANIZE BY DIMENSIONS
- DORGANIZE BY KEY SEQUENCE
How the community answered
(32 responses)- A9% (3)
- B81% (26)
- C3% (1)
- D6% (2)
Community Discussion
No community discussion yet for this question.