nerdexam
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)
  • A
    10% (4)
  • B
    5% (2)
  • C
    71% (29)
  • D
    15% (6)

Community Discussion

No community discussion yet for this question.

Full C2090-558 Practice