IBM
A2090-560 · Question #24
Why should you avoid using Boolean data types as a distribution key for a table ?
The correct answer is C. Table is likely to be skewed. See the full explanation below for the reasoning.
Question
Why should you avoid using Boolean data types as a distribution key for a table ?
Options
- ATable will not join.
- BTable will not broadcast.
- CTable is likely to be skewed.
- DTable is likely to be evenly spread across data slices.
How the community answered
(41 responses)- A17% (7)
- B5% (2)
- C71% (29)
- D7% (3)
Community Discussion
No community discussion yet for this question.