Multiple choice technology databases

Which of the following DB2 data types should NOT be used to store double-byte character data?

  1. DBCLOB

  2. GRAPHIC

  3. VARCHAR

  4. VARGRAPHIC

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DBCLOB, GRAPHIC, and VARGRAPHIC are designed for double-byte character data. VARCHAR is a single-byte character type and cannot properly store double-byte characters - it would cause corruption or data loss.