Which is the valid data type in Access? A. Number B. Text C. Currency D. All of the above

Number
Text
Currency
All of the above

The correct answer is: D. All of the above

Number, Text, and Currency are all valid data types in Access.

  • Number data type is used to store numeric values. It can store integers, decimals, and scientific numbers.
  • Text data type is used to store text values. It can store letters, numbers, and symbols.
  • Currency data type is used to store monetary values. It can store numbers with up to 15 digits and two decimal places.

In addition to these three data types, Access also supports other data types, such as Date/Time, Boolean, and Memo.