Multiple choice technology databases _________ data type stores unstructured binary data upto 4GB length. CLOB BLOB LONG 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.