Home » MYSQL » Data Types » Question
  1. x’ffff’ in decimal is ___________
    1. 65536
    2. 65537
    3. 66535
    4. 65534
    5. None of these
Correct Option: A

In MySQL, string values are specified using the standard SQL notation x’val’. Here, val is pairs of hexadecimal digits ( ‘0’ through ‘ 9 ’ and ‘ a ’ through ‘ f ’). x’ffff’ is 65536 in decimal.



Your comments will be displayed only after manual approval.