what do you mean by longblob Data type in MySql?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is DCL in MySQL?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
What mysql means?
What does mysql flush tables do?
What is difference between pdo and mysqli?
How to list or view all databases from the mysql server.
What is the full meaning of mysql?
Which is better mysql or microsoft sql?
What are all the Common SQL Function?
What is triggers?
Is mysql a server or database?
Where is mysql used?