Q. Which data type is suitable for storing monetary values?
β
Correct Answer: (C)
DECIMAL
Explanation: `DECIMAL` is a fixed-point type best suited for financial data to avoid floating-point inaccuracies.