Home » MYSQL » MySQL Operators » Question
  1. The maximum non zero value for FLOAT is ______________.
    1. 3.402823466E+35
    2. 3.402823466E+37
    3. 3.402823466E+38
    4. 3.402823466E+39
    5. None of these
Correct Option: C

In MySQL, each datatype has its own range. Data types give an idea of the kind of values and the ranges that a variable is allowed to store. The maximum non zero value for FLOAT is 3.402823466E+38.



Your comments will be displayed only after manual approval.