Explanation: The RAW type can store unstructured data in a column.
By default, the data type for columns in a table is varchar, but you can use the RAW data type to store unstructured data in a column. The RAW data type is a large object data type that can store any kind of data. A column defined as a RAW data type stores the value in the column as a binary large object (BLOB). The BLOB can contain text, or it can contain binary data, such as a photo file, or a Microsoft Excel worksheet.
Answer: B) RAW
Explanation: The RAW type can store unstructured data in a column.
By default, the data type for columns in a table is varchar, but you can use the RAW data type to store unstructured data in a column. The RAW data type is a large object data type that can store any kind of data. A column defined as a RAW data type stores the value in the column as a binary large object (BLOB). The BLOB can contain text, or it can contain binary data, such as a photo file, or a Microsoft Excel worksheet.