Computer Science for IGCSE & O level - Databases (Section 3 - No. 35)
Which data type is best suited for storing currency values (e.g., money amounts) in a database?
INTEGER
TEXT
DECIMAL or NUMERIC
BOOLEAN
Explanation
The DECIMAL or NUMERIC data type is best suited for storing currency values because it allows for the precise representation of decimal numbers.
Comments (0)
