InterviewSolution
Saved Bookmarks
| 1. |
What is the mantissa in -1.58E5?(a) -1.58(b) 1.58(c) E(d) 5 |
|
Answer» The correct option is (a) -1.58 The explanation is: 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. |
|