πŸ“Š MySQL
Q. Which data type is suitable for storing monetary values?
  • (A) INT
  • (B) VARCHAR
  • (C) DECIMAL
  • (D) TEXT
πŸ’¬ Discuss
βœ… Correct Answer: (C) DECIMAL

Explanation: `DECIMAL` is a fixed-point type best suited for financial data to avoid floating-point inaccuracies.

Explanation by: Mr. Dubey
`DECIMAL` is a fixed-point type best suited for financial data to avoid floating-point inaccuracies.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate