Which data type is better to use for storing the price of an item? A. Text B. AutoNumber C. Number D. Currency

Text
AutoNumber
Number
Currency

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.

Exit mobile version