Multiple choice technology databases

Which of the following DB2 data types can be used to store 1000MB of single-byte character data?

  1. BLOB

  2. CLOB

  3. DBCLOB

  4. GRAPHIC

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

CLOB (Character Large Object) stores single-byte character data and can hold up to 2GB, making it suitable for 1000MB. BLOB stores binary data, DBCLOB stores double-byte character data (for Unicode), and GRAPHIC stores fixed-length double-byte strings. The question specifies single-byte character data, so CLOB is correct.