1.

Which of these is not an exact numeric type?(a) SMALLINT(b) DECIMAL(c) NUMERIC(d) REALThe question was asked in homework.This intriguing question originated from Numeric Data Types in chapter Data Type Reference, Operators and Functions of MySQL

Answer»

The correct choice is (d) REAL

To explain I would SAY: 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.



Discussion

No Comment Found

Related InterviewSolutions