Home » MYSQL » Mysql Setup » Question
  1. What is x’ffff’ in decimal?
    1. 65537
    2. 65536
    3. 66535
    4. 65534
    5. None of these
Correct Option: B

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.