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

Explain the difference between MyISAM Static and MyISAM Dynamic?

1 Answers  


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  


How to create triggers in MySQL?

1 Answers  


What are all the Common SQL Function?

0 Answers  


Why MySQL is used?

0 Answers  






Which is better sqlite or mysql?

0 Answers  


When to use order by in delete statement?

0 Answers  


How database are managed?

0 Answers  


Why use stored procedures in mysql?

0 Answers  


What is mvcc in mysql?

0 Answers  


Explain the storage engines in mysql?

0 Answers  


What are the difference between now and current_date in mysql?

1 Answers  


Categories