Home » MYSQL » Data Types » Question
  1. The datatype for single precision floating point number is ____________.
    1. DOUBLE
    2. BIGINT
    3. FLOAT
    4. INT
    5. 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.



Your comments will be displayed only after manual approval.