Home » MYSQL » Data Types » Question
  1. The maximum non zero values for DOUBLE is ___________.
    1. ±1.7976931348623157E+305
    2. ±1.7976931348623157E+306
    3. ±1.7976931348623157E+307
    4. ±1.7976931348623157E+308
    5. None of these
Correct Option: D

In MySQL, all the datatypes have their own ranges. 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 DOUBLE is ±1.7976931348623157E+308.



Your comments will be displayed only after manual approval.