Computer Science, asked by 3199, 2 months ago

__________ data type is used to enter long blocks of text.

Answers

Answered by Anonymous
1

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.

Hope it helps you

Please mark me as brainliest

Thank you

Answered by anvitanvar032
0

Answer:

The correct answer to this question is a LONG data type

Explanation:

Given - Data type is used to enter long blocks of text.

To Find - __________ data type is used to enter long blocks of text.

The LONG data type is used to enter long blocks of text.

Similar to the VARCHAR2 datatype, the LONG datatype has a maximum value size of 32760 bytes. The LONG RAW datatype is used to hold byte strings or binary data. The only difference between LONG RAW data and LONG data is that PL/SQL does not understand LONG RAW data. A LONG RAW value can be as large as 32760 bytes.

The Long Text data type offers rich text formatting, including various colors, fonts, and highlighting, and may hold up to 65,536 alphanumeric characters.

#SPJ2

Similar questions