-
The datatype for single precision floating point number is ____________.
-
- DOUBLE
- BIGINT
- FLOAT
- INT
- None of these
Correct Option: C
There are various numeric datatypes in MySQL. Some of them are TINYINT, SMALLINT, BIGINT, FLOAT, DOUBLE and BIT. ‘FLOAT’ is for single precision floating point numbers unlike DOUBLE.