Asked by Brittany Mckinster on Jun 02, 2024

verifed

Verified

For a Comments field that contains many words,set a Long data type.

Long Data Type

A type of data storage format in programming that allows for the storage of integer numbers larger than those held by standard integer data types.

Comments Field

A field in a database or form that allows users to enter or view remarks or explanations.

  • Recognize and choose suitable data types for table fields based on the nature of the data they are intended to house.
verifed

Verified Answer

SA
sohan anirudhJun 07, 2024
Final Answer :
True
Explanation :
The Long data type allows for up to 2,147,483,647 characters, making it suitable for fields that may contain many words.