Asked by Colton Weatherwax on May 07, 2024

verifed

Verified

For a field that contains more than 256 characters of comments or notes, use the _____ data type.

A) Short Text
B) Lookup
C) Long Text
D) Hyperlink

Short Text

A data type in databases or forms designed to hold small characters strings, typically used for names, titles, or small descriptions.

Long Text

A data type used in databases and forms specifically designed to hold large amounts of text, such as paragraphs or essays.

Hyperlink

A reference or link from some point in a document to another document or resource, such as a web page, typically activated by clicking.

  • Establish the fitting data types and field parameters for keeping different kinds of data in a database.
verifed

Verified Answer

VA
vishal aggarwalMay 08, 2024
Final Answer :
C
Explanation :
The Long Text data type allows for up to 65,536 characters of text, making it the best choice for fields that contain more than 256 characters of comments or notes. Short Text is limited to 255 characters and Lookup and Hyperlink are not suitable for storing large amounts of text.