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 SQL data type designed to store unstructured binary data such as images, audio, video, or files. CLOB stores character data, LONG is for long text/numbers, and BLOB specifically handles binary up to large sizes (4GB in many systems).