Data Types
- The mantissa in -1.58E5 is __________
-
View Hint View Answer Discuss in Forum
NA
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.
- Hexadecimal numbers cannot be used in scientific notation.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The scientific notation for real numbers is possible in MySQL. Approximate values are represented as floating point numbers in scientific notation. It consists of a mantissa and exponent.
- Numbers prefixed with ‘0x’ are in base __________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
In MySQL, there are many numeric datatypes. They include integers and floating points. For example, 34, 12.3, -1.3E11. The numbers that are prefixed with ‘0x’ are in hexadecimal.