IBM
C2090-619 · Question #31
When executing the following command: execute function sysadmin task("table compress", "customer") what will happen to the customer table?
The correct answer is C. Row data and partition blobs will be compressed and any free table space will be. See the full explanation below for the reasoning.
Question
When executing the following command: execute function sysadmin task("table compress", "customer") what will happen to the customer table?
Options
- AOnly newly added rows will be compressed.
- BOnly existing data will be compressed, new data will remain uncompressed.
- CRow data and partition blobs will be compressed and any free table space will be
- DRow data and partition blobs will be compressed and the space allocated to the table
How the community answered
(39 responses)- A8% (3)
- B3% (1)
- C72% (28)
- D18% (7)
Community Discussion
No community discussion yet for this question.