What is the purpose of LOB (Large Object) data types in DB2?

  • To enforce data constraints
  • To optimize query performance
  • To store large binary data
  • To store large text data
LOB data types in DB2 are used to store large binary data, such as images, audio files, and video files. These data types are designed to efficiently handle large amounts of data while providing flexibility and performance in accessing and manipulating them. 
Add your answer
Loading...

Leave a comment

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