Multiple choice technology programming languages

_________ 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 designed to store unstructured binary data up to 4GB in databases. Unlike CLOB for character data, BLOB stores raw binary without character set conversion - ideal for images, videos, documents, and any binary format that must be preserved exactly.