object
number
text
logical
Answer is Wrong!
Answer is Right!
The correct answer is: D. logical
A logical field is a field that can hold a yes or no answer. It is used to store data that can only be one of two values, true or false. For example, a logical field could be used to store data about whether a customer has subscribed to a newsletter or not.
The other options are incorrect because:
- An object field is a field that can hold a complex data type, such as a date, time, or number.
- A number field is a field that can hold a numeric value.
- A text field is a field that can hold a string of characters.