IBM
A2090-560 · Question #29
Which will result in support for zonemaps on the LastName column?
The correct answer is D. CREATE TABLE TableA (LastName VARCHAR(20)). See the full explanation below for the reasoning.
Question
Which will result in support for zonemaps on the LastName column?
Options
- ACREATE TABLE TableA (LastName VARCHAR(20));
- BCREATE TABLE TableA (LastName VARCHAR(20));
- CCREATE TABLE TableA (LastName VARCHAR(20)) DISTRIBUTE ON (LastName);
- DCREATE TABLE TableA (LastName VARCHAR(20));
How the community answered
(18 responses)- A17% (3)
- B6% (1)
- C6% (1)
- D72% (13)
Community Discussion
No community discussion yet for this question.