How to store binary data in MySQL?
Binary data can be stored in Mysql in different ways such as
- The short length of binary data can be stored in the form of string as a VARCHAR
- A BLOB data type allows users to store an arbitrary amount of binary data.
Also Read: DBMS interview questions
BY Best Interview Question ON 28 Oct 2019