Computer Science, asked by koala0730, 8 months ago

kedar is creating a table to store customer details. he wants to store customer passport size photograph image in a table. suggest a suitable data type to store images



plz don't spam​

Answers

Answered by Anonymous
2

Blob is used to store images. A BLOB (binary large object) is a varying-length binary string that can be up to 2,147,483,647 characters long. Like other binary types, BLOB strings are not associated with a code page. In addition, BLOB strings do not hold character data.

Similar questions