Computer Science, asked by trinathkarkaria544, 6 months ago

the data type that stores long blocks of text for descriptionud​

Answers

Answered by Anonymous
4

Answer:

Character data type, commonly known as 'Char' data type is used for storing larger block of texts. The data can be in the form of String comprising of a single byte or multiple bytes. It can also hold numeric values as well.CLOB( Character Large Object) are used for storing text. BLOB(Binary Large Object) is used for storage of binary data as in images. In a database table, a field defined as a Memo/CLOB/BLOB cannot be defined as a key column. The maximum storage space of these data types is 262,144 bytes.

Similar questions