Which of the following is not a numeric field type? *
Answers
Answered by
0
Answer:
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.
Similar questions