Storing data that does not have a tabular format
Db2 provides several options for you to store large volumes of data that is not defined as a set of columns in a table.
About this task
Question: How can I store a large volume of data that is not defined as a set of columns in a table?
Answer: You can store the data in a table in a binary string, a LOB, or an XML column.