Computer Science, asked by vijayvargiyashivi, 1 year ago

Which data type has the largest storage capacity ❓

a. Text
b. Hyperlink
c. Memo
d. Attachment

(In SQL)

Answers

Answered by Anonymous
18

Ello..✌✌

Memo data type has the largest storage capacity.

Answered by smartbrainz
4

Memo is the data type that has the largest storage capacity.

Option (c)

The Memo data type 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.

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.

To know more about SQL data types ,visit:

https://brainly.in/question/8491665

Similar questions