the data type that stores long blocks of text for descriptionud
Answers
Answered by
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
English,
3 months ago
English,
3 months ago
Geography,
6 months ago
Computer Science,
10 months ago
Physics,
10 months ago