What is the datatype of image?



What is the datatype of image?..

Answer / Saurabh Kumar Rastogi

In MySQL, images can be stored using BLOB (Binary Large OBject) data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Explain MySQL locks?

1 Answers  


Write a query to fetch duplicate records from a table using mysql?

1 Answers  


Why is mysql popular?

1 Answers  


What does tinyint mean?

1 Answers  


What are the benefits of mysql?

1 Answers  


What is information_schema in mysql?

1 Answers  


how to repair a table in mysql?

2 Answers  


Can not connect to mysql server 10060?

1 Answers  


how to Return total number of rows.

1 Answers  


Can we write pl sql mysql?

1 Answers  


What is a result set object?

1 Answers  


Why do we write stored procedures?

1 Answers  


Categories