byte
- A unit of storage, corresponding to one character. A kilobyte is 1,024 bytes.
A megabyte is 1,048,576 bytes.
See also character.
- In uppercase letters, BYTE is the 4GL and SQL data type that can store up to
2**31 bytes of binary data.
See also blob.