Asked by Nur Farzana Binti Hasrunlah A19A0553 on May 20, 2024

verifed

Verified

Which data type would be best suited to a field that lists a product's clearance price?

A) AutoNumber
B) Date/Time
C) Currency
D) Number

Clearance Price

A significantly reduced price aimed at quickly selling off product inventory, often to make space for new stock.

Data Type

A classification identifying the type of data that a variable or object can hold in programming, such as integer, string, or boolean.

Field

In computing, a field is a data storage space for a particular piece of information within a record in a database or a form.

  • Grasp the significance of data types and suitable usage in databases.
verifed

Verified Answer

AA
ANGELINE ARISMENDEZMay 23, 2024
Final Answer :
C
Explanation :
Currency data type is best suited for listing a product's clearance price as it allows formatting for monetary values with a symbol and decimal places.