Asked by Oguche Agnebb on May 28, 2024

verifed

Verified

Which data type stores only one of two values?

A) Hyperlink
B) Date/Time
C) Yes/No
D) AutoNumber

Data Type

The classification of the kind of data that tells the compiler or the database system how the programmer intends to use the data.

Yes/No

A field type in databases designed to store boolean values, indicating either a "Yes" (true) or "No" (false) state.

Hyperlink

A reference or link in digital documents or web pages that users can click to navigate to another location or resource.

  • Appreciate the value and function of data types in managing database systems.
verifed

Verified Answer

MH
Malika HijabJun 02, 2024
Final Answer :
C
Explanation :
The Yes/No data type stores only one of two values - either Yes or No, True or False, On or Off, etc. This data type is commonly used for fields like "Is Married?" or "Is Active Member?" where the answer can only be yes or no.