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)- A13% (2)
- B6% (1)
- C75% (12)
- D6% (1)
Community Discussion
No community discussion yet for this question.