InterviewSolution
Saved Bookmarks
| 1. |
What Is Blob Datatype? |
|
Answer» A BLOB DATA type is a varying length BINARY string which is used to STORE two gigabytes memory. Length should be specified in BYTES for BLOB. A BLOB data type is a varying length binary string which is used to store two gigabytes memory. Length should be specified in Bytes for BLOB. |
|