Q. Which of the following is not MySQL Numeric Data Type?
β
Correct Answer: (B)
CHAR(Size)
Explanation: MySQL Numeric Data Types are BIT(Size), INT(Size), and INTEGER(Size).