Home » MYSQL » Data Types » Question
  1. Numbers prefixed with ‘0x’ are in base __________.
    1. 64
    2. 32
    3. 16
    4. 8
    5. None of these
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.



Your comments will be displayed only after manual approval.