Home » MYSQL » Data Types » Question
  1. Which of these is not an exact numeric type?
    1. REAL
    2. NUMERIC
    3. DECIMAL
    4. SMALLINT
    5. None of these
Correct Option: A

MySQL supports all the standard SQL numeric data types. These are the exact numeric data types like INTEGER, SMALLINT, DECIMAL and NUMERIC and the approximate numeric data types like FLOAT, REAL and DOUBLE PRECISION.



Your comments will be displayed only after manual approval.