Which data type has the largest storage capacity?
Memo
Memo is the data type that has the largest storage capacity. It provides storage for variable length and arbitrary format data. There are two variations to Memo datatype: CLOB and BLOB data types. CLOB( Character Large Object) are used for storing text. BLOB(Binary Large Object) is used for storage of binary data as in images.