Binary Data Types
Binary Data Types
Binary data types are used to store binary data, such as images or files.
- BINARY(n): Fixed-length binary data with length n. Example: BINARY(16).
- VARBINARY(n): Variable-length binary data with maximum length n. Example: VARBINARY(64).
Semantic portal