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

Is mysql free for commercial use?

0 Answers  


Can we rollback truncate in mysql?

0 Answers  


Write command to import an mysql file?

0 Answers  


What is mysql connector used for?

0 Answers  


How do I switch users in mysql?

0 Answers  


What are the advantages of MySQL when compared with Oracle?

0 Answers  


Explain the difference between procedure and function in mysql?

0 Answers  


What is the maximum no of columns a table can have?

0 Answers  


What is ndb in mysql?

0 Answers  


Is mysqli faster than mysql?

0 Answers  


What is trigger in mysql?

0 Answers  


What command is used to delete the data from the table without deleting the table structure?

0 Answers  


Categories