Which data type is commonly used for storing binary data in DB2?

  • BLOB
  • CHAR
  • CLOB
  • VARCHAR
BLOB (Binary Large Object) data type is commonly used in DB2 for storing binary data, such as images, audio files, and video files. Unlike character data types like CHAR and VARCHAR, BLOB is specifically designed to efficiently handle binary data without any character set conversions or size limitations. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *