Computer Science, asked by swatiban7826, 10 months ago

Which data type has the longest storage capacity? (A) Text (B) Memo (c) yes/No

Answers

Answered by abhaidgoel06
0

Answer:

memo - it can store more than 15000

but

text - can store till 9000

Explanation:

Answered by smartbrainz
2

The memo data type has the longest storage capacity.

Answer: Option (B)

Explanation:

The following are the storage details of data types.

  • Text - Text data type is a combination of alphabets, special characters, and numbers. The text column can store a maximum of 255 characters.
  • Memo - Memo data type is a combination of numbers and long text, like descriptions or notes. Memo column can hold a maximum of 64,000 characters.
  • Yes/No - This data type is columns that contain either one of two values, like Yes/No, True/False, On/Off. It takes 1 bit of store.

Similar questions