Multiple choice technology databases

_________ data type stores unstructured binary data upto 4GB length.

  1. CLOB

  2. BLOB

  3. LONG

  4. All of the above

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

BLOB (Binary Large Object) is the correct data type for storing unstructured binary data up to 4GB. CLOB stores character data, not binary. LONG is an older data type with more restrictions than BLOB.