Computer Science, asked by parya9379, 8 hours ago

Which fields property is use to display the fields in query output when the checkbox is set to true​

Answers

Answered by benitabeni1908
0

Answer:

Overview

Data types can seem confusing for example, if a field's data type is Text, it can store data that consists of either text or numerical characters. But a field whose data type is Number can store only numerical data. So, you have to know what properties are used with each data type.

A field's data type determines many other important field qualities, such as the following:

Which formats can be used with the field.

The maximum size of a field value.

How the field can be used in expressions.

Whether the field can be indexed.

A field's data type can be predefined or you will select a data type depending on how you create the new field. For example, if you create a field from the Datasheet view and:

Similar questions