IBM
C2090-558 · Question #19
When storing string "ABCD" in a column, which of the following data types will result in a string stored with 2 padded spaces?
The correct answer is C. VARCHAR (8,6). See the full explanation below for the reasoning.
Question
When storing string "ABCD" in a column, which of the following data types will result in a string stored with 2 padded spaces?
Options
- AVARCHAR (6)
- BVARCHAR (4,2)
- CVARCHAR (8,6)
- DVARCHAR (6,8)
How the community answered
(41 responses)- A10% (4)
- B5% (2)
- C71% (29)
- D15% (6)
Community Discussion
No community discussion yet for this question.