Asked by Brianna Austin on May 31, 2024

verifed

Verified

What property would you set for a field with a Yes/No data type that usually stores a Yes value?

A) Field Size
B) Default Value
C) Caption
D) Required

Yes/No Data Type

A specific data type used in databases for fields that can only hold two possible values, typically representing true or false, or yes or no conditions.

Default Value

A pre-set value automatically assigned to a database field or a program variable if no other value is specified by the user or program.

Field Size

In databases, defines the maximum amount of data (in characters or bytes) that a field can hold, directly affecting how the database stores and retrieves data.

  • Differentiate among various data types and their characteristics in Access.
verifed

Verified Answer

JW
Joseph WashingtonJun 05, 2024
Final Answer :
B
Explanation :
The Default Value property should be set to "Yes" since the field usually stores a "Yes" value. This will help ensure data consistency and accuracy by automatically populating the field with the correct value when a new record is added.