IBM
A2090-614 · Question #33
Given the following CREATE TABLE statement: Which statement is correct?
The correct answer is C. A range-clustered table is created and values outside the range of 1 to 1000000 can be stored in. See the full explanation below for the reasoning.
Question
Given the following CREATE TABLE statement:
Which statement is correct?
Exhibit
Options
- AA range-clustered table is created and only values from 1 to 1000000 can be stored in the
- BA range-partitioned table is created and only values from 1 to 1000000 can be stored in the
- CA range-clustered table is created and values outside the range of 1 to 1000000 can be stored in
- DA range-partitioned table is created and values outside the range of 1 to 1000000 can be stored
How the community answered
(54 responses)- A9% (5)
- B4% (2)
- C72% (39)
- D15% (8)
Community Discussion
No community discussion yet for this question.
