A BIT value in a result set is displayed as a binary string.
False
True
NA
NA
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.