Text
AutoNumber
Number
Currency
Answer is Right!
Answer is Wrong!
The correct answer is D. Currency.
A text data type is used to store text, such as names, addresses, and descriptions. An AutoNumber data type is used to generate a unique number for each record in a table. A number data type is used to store numbers, such as prices and quantities. A currency data type is used to store monetary values.
A currency data type is the best data type to use for storing the price of an item because it allows you to store the price with the correct decimal places and currency symbol.