Asked by cemsid miroglu on May 20, 2024

verifed

Verified

Which data type would be best suited to a field that lists customer email addresses?

A) AutoNumber
B) Date/Time
C) Number
D) Hyperlink

Hyperlink

A reference or navigation element in documents or web pages that, when clicked, takes the user to a different section of the same document or to a different document.

AutoNumber

A database feature that automatically generates a unique number for each new record, often used as a primary key.

Date/Time

Refers to data types in programming and databases that store temporal data, indicating both date and time components.

  • Acquire foundational knowledge in database management, specifically the interactions among tables and the importance of primary keys.
verifed

Verified Answer

GL
Graham LewsonMay 21, 2024
Final Answer :
D
Explanation :
The best data type for a field that lists customer email addresses would be Hyperlink. This allows for easy access to the customer's email account by clicking on the field, and also ensures that the data is displayed in the correct format (as a link).