Computer Science, asked by rounik30, 8 months ago

The data type __________ contains long text with all kinds of data.....

PLZ HELP ME!!!
I WILL MARK YOU BRAINLEAST ​

Answers

Answered by ak247069
22

Answer:

the table of field in that contains long text and all kinds of data is option logical field, text field, memo

Explanation:

please mark as brainliest

Answered by Jasleen0599
0

Memo data type

The data type Memo contains long text with all kinds of data.

  • "Long Text" is the new name for the Memo data type.
  • Right-click the table you wish to add the Memo field to in the Navigation Pane and select Design View.
  • Enter the name of the Memo field in the designer's Field Name column.
  • Select Memo from the list by clicking the Data Type column next to the field name. A Memo field has a maximum capacity of 65,535. A Text field's maximum character count can be restricted using the Field Size property; a Memo field cannot. The Text data type is used for brief text fields with a maximum character count of 255. An almost limitless text field is a memo field. It can hold as much as 1GB.
  • Data of arbitrary format and variable length can be stored using the MEMO data type. Binary or text data can both be stored in a MEMO field. The data types CLOB and BLOB are the two equivalents for the MEMO data type. The term "CLOB" (character large object) refers especially to text.

#SPJ2

Similar questions