Data Types


  1. The mantissa in -1.58E5 is __________











  1. 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.


  1. Hexadecimal numbers cannot be used in scientific notation.











  1. 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.



  1. Numbers prefixed with ‘0x’ are in base __________.











  1. 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.