Write the storage capacity of Short text and long text data types.
Answers
Answered by
2
Answer:
Data Type Usage
Short Text Alphanumeric
(formerly data (names, titles, etc.)
known as “Text”)
Long Text (formerly Large amounts of alphanumeric data:
known as “Memo” sentences and paragraphs.
See The Memo data type is now called
“Long Text” for more information on the
Long Text details
Answered by
3
Answer:
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.
I hope it will help you...please give thanks..
Similar questions