Home » MYSQL » Data Types » Question
  1. A BIT value in a result set is displayed as a binary string.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, the BIT values in the result set are displayed as binary strings. In order to convert them to integers, either a zero is added or the ‘CAST()’ operator is used to cast them.



Your comments will be displayed only after manual approval.