How does mysql store binary data?



How does mysql store binary data?..

Answer / Md Irshadur Rahman

MySQL stores binary data in the BLOB (Binary Large OBject) or TINYBLOB, BINARY, TINYBINARY, VARBINARY, and LONGBLOB data types. These are used to store large binary files such as images, audio, and video.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

how to know the tables in database having foreign key?

2 Answers  


What do ddl, dml, and dcl stand for?

1 Answers  


Can we use mysql and mysqli together?

1 Answers  


how we connect the data base in any programme

2 Answers  


Where is mysql used?

1 Answers  


Which is better sqlite or mysql?

1 Answers  


Can varchar be primary key?

1 Answers  


How do I view mysql logs?

1 Answers  


How do I free up space in mysql?

1 Answers  


What is mysql database used for?

1 Answers  


How to define numeric 9(3) in db2 table without decimal point??

1 Answers  


Which command is used to view the content of the table in mysql?

1 Answers  


Categories