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 can increase the performance of MySQL select query?

3 Answers   RV Technologies, Span Systems,


How to load data files into tables with 'mysqlimport'?

0 Answers  


How to enter Characters as HEX Numbers?

0 Answers  


What is ntext?

0 Answers  


Is mysql free for commercial use?

0 Answers  


What is ibdata1?

0 Answers  


What is mysql server used for?

0 Answers  


Why do we need mysql?

0 Answers  


Which is faster mongodb or mysql?

0 Answers  


What are enums used for in mysql?

0 Answers  


What is the use of indexing table?

2 Answers  


The table tbl_sites contains the following data: ----------------------------------------------------- Userid sitename country ------------------------------------------------------ 1 sureshbabu indian 2 PHPprogrammer andhra 3 PHP.net usa 4 PHPtalk.com germany 5 MySQL.com usa 6 sureshbabu canada 7 PHPbuddy.com pakistan 8. PHPtalk.com austria 9. PHPfreaks.com sourthafrica 10. PHPsupport.net russia 11. sureshbabu australia 12. sureshbabu nepal 13. PHPtalk.com italy Write a select query that will displayed the duplicated site name and how many times it is duplicated?

4 Answers   Afixi, GE,


Categories