Home » MYSQL » Mysql Setup » Question
  1. What is the mantissa in -1.58E5?
    1. E
    2. 5
    3. 1.58
    4. -1.58
    5. None of these
Correct Option: D

In MySQL, the scientific notation for real numbers is possible. Some values are represented as floating point numbers in scientific notation consisting of a mantissa and exponent.



Your comments will be displayed only after manual approval.