Answers for "blob datatype in mysql"

SQL
1

blob datatype in mysql

A BLOB is a binary large object that can hold a variable amount of data.
It can also be used to store images in our database.
Posted by: Guest on January-25-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language