1.

How to store binary data in MySQL?

Answer»

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


Discussion

No Comment Found