Q. Which of the following is not a valid MySQL data type?
β
Correct Answer: (D)
MONEY
Explanation: `MONEY` is not a valid MySQL data type; use `DECIMAL` instead for financial data.