This data type allows alphanumeric characters and special symbols. A. text B. memo C. auto number D. None of the above

text
memo
auto number
None of the above

The correct answer is A. text.

A text data type allows alphanumeric characters and special symbols. It is the most common data type and can be used to store any type of text, such as names, addresses, phone numbers, and email addresses.

A memo data type is similar to a text data type, but it allows for longer text strings. It is often used to store notes, memos, and other types of documents.

An auto number data type is a special data type that automatically generates a unique number for each record in a table. It is often used to create primary keys.

None of the above options are correct.