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 |
Is mysql free for commercial use?
Can we rollback truncate in mysql?
Write command to import an mysql file?
What is mysql connector used for?
How do I switch users in mysql?
What are the advantages of MySQL when compared with Oracle?
Explain the difference between procedure and function in mysql?
What is the maximum no of columns a table can have?
What is ndb in mysql?
Is mysqli faster than mysql?
What is trigger in mysql?
What command is used to delete the data from the table without deleting the table structure?