Which of the following is not a property of a number data type?
|
|
(1 point) |
| Allow zero length | ||||
| Caption | ||||
| Validation | ||||
| Required | ||||
Answer is as follows :
We know that number data type is used to fetch the numerical values with or without decimals.
Validation property is also there to validate the data is numerically or not.
Caption is also there for a label text. If we don't provide the MS access get it by default.
Required property is also there, some data should be present.
But numbers don't allows zero length, if length is zero than it is impossible to store any type of data for particular field.
So correct option is A.
If there is any query please ask in comments..
Which of the following is not a property of a number data type? (1 point) Allow...