Respuesta :

CLOB stands for character large objects, which are used to store string data too large to be stored in a VARCHAR column
kanest
CLOB stands for Character Large Object.

A CLOB stores a large amount of text, or character data, in databases. It can also be referred to as a memo field.