nerdexam
Microsoft

98-364 · Question #129

You need to store product names that vary from three to 30 characters. You also need to minimize the amount of storage space that is used. Which data type should you use?

The correct answer is C. VARCHAR (30). See the full explanation below for the reasoning.

Question

You need to store product names that vary from three to 30 characters. You also need to minimize the amount of storage space that is used. Which data type should you use?

Options

  • AVARCHAR (3, 30)
  • BCHAR (3, 30)
  • CVARCHAR (30)
  • DCHAR (30)

How the community answered

(16 responses)
  • A
    13% (2)
  • B
    6% (1)
  • C
    75% (12)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice