what do you mean by longblob Data type in MySql?

Answers were Sorted based on User's Feedback



what do you mean by longblob Data type in MySql? ..

Answer / sathish

Blob is Binary Large OBject, which is used to store the image files or any files as a binary object in the table,

Long Blob is that to store the larger sized object thats all

Is This Answer Correct ?    12 Yes 1 No

what do you mean by longblob Data type in MySql? ..

Answer / nitin malhotra

Long Blob data types are used to store the large text file
in the Binary Format into our database.

Is This Answer Correct ?    6 Yes 0 No

what do you mean by longblob Data type in MySql? ..

Answer / nitin malhotra

Long Blob data types are used to store the large text file
in the Binary Format into our database.

Is This Answer Correct ?    9 Yes 4 No

Post New Answer

More MySQL Interview Questions

What are triggers in mysql?

0 Answers  


What is the difference between the primary and unique key in mysql?

0 Answers  


What is 'mysqld'?

0 Answers  


What is query design?

0 Answers  


Write a command to list all databases in mysql?

0 Answers  






What are the purposes of using enum and set data types?

0 Answers  


What is the size of mysql database?

0 Answers  


What is unsigned in mysql?

0 Answers  


What is the difference between BLOB AND TEXT?

0 Answers  


How do I automate a backup in mysql?

0 Answers  


What is the difference between CHAR and VARCHAR data types?

2 Answers   Ramco,


what is the procedure to configure the application of mysql?

0 Answers  


Categories