What is longblob?



What is longblob?..

Answer / Nikhil Arya

In MySQL, LONGBLOB is a data type that can store large amounts of binary data, such as images or other files. It's one of the BLOB (Binary Large OBject) types, which are used for storing big binary data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I start mysql manually?

1 Answers  


How to drop an existing index in mysql?

1 Answers  


How do I assign a variable in mysql?

1 Answers  


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

1 Answers  


Is sql and mysql same?

1 Answers  


How set mysql root password?

1 Answers  


What are the different column comparison operators in mysql?

1 Answers  


What is a heap table?

1 Answers  


What is the latest version of mysql?

1 Answers  


How we can create index in mysql?

1 Answers  


What is heap table in mysql?

1 Answers  


How do I show all mysql databases?

1 Answers  


Categories