Name different Binary data type?
Answers
Answered by
22
Explanation:
Binary Data Types. 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. Note: Binary types are not supported in X100 tables.
Answered by
3
Answer:
There are three binary data types:
•Byte
•Varbyte
•Long byte
Explanation:
- Binary data type are the data types that are used to store raw binary data up to a length of (32K – 1) bytes.
- These contains the contents of image files.
- .The examples of binary data are (BMP, TIFF, GIF, or JPEG format files), word files, text files, etc
- There are three binary data types:Byte, Varbyte, Long byte
#SPJ3
Similar questions