Q. What is BLOB and TEXT in MySQL......? ☛ BLOB is an acronym stands for a large binary object. It is used to hold a variable amount of data. There are four types of the BLOB. ✨ TINYBLOB ✨ BLOB ✨ MEDIUMBLOB ✨ LONGBLOB The differences among all these are the maximum length of values they can hold. ☛ TEXT is a case-insensitive BLOB. TEXT values are non-binary strings (character string). They have a character set, and values are stored, and compared based on the collation of the character set. There are four types of TEXT. ✨ TINY TEXT ✨ TEXT ✨ MEDIUM TEXT ✨ LONGTEXT - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
22 followers study24x7 06 Dec 2019 03:28 PM study24x7 study24x7

Q. What is BLOB and TEXT in MySQL......? ☛ BLOB is an acronym stands for a large binary object. It is used to hold a variable amount of data. There are four types of the BLOB. ✨ TINYBLOB ✨ BLOB ✨ MEDIUMBLOB ✨ LONGBLOB The differences among all these are the maxi...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles