How can we store binary data in mysql?

Answers were Sorted based on User's Feedback



How can we store binary data in mysql?..

Answer / amita

to store binary data in table we can use blob datatype in mysql

Is This Answer Correct ?    14 Yes 1 No

How can we store binary data in mysql?..

Answer / saravanan

store(0,1);

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More MySQL Interview Questions

How do I run a query in mysql?

0 Answers  


Why we use mysql database?

0 Answers  


Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .

2 Answers   Zensar,


What is definer in mysql?

0 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,






What is the query to display top 20 rows?

0 Answers  


What are date and time intervals?

0 Answers  


How to use mysqldump to create a copy of the database?

0 Answers  


How do I select a database in mysql workbench?

0 Answers  


What is mysql database extension?

0 Answers  


What is bigint in mysql?

0 Answers  


How do you rename a table?

0 Answers  


Categories