3. Understanding SQL Data Types : SQL Data Types : Binary Data Types
 
Share this page                  
Binary Data Types
There are three binary data types:
Byte
Varbyte
Long byte
Binary columns can contain data such as graphic images, which cannot easily be stored using character or numeric data types.
Synonyms for byte, varbyte, and long byte are binary, varbinary, and binary large object, respectively.