The size of the BIT type is . . . . . . . .
A. 1
B. 2
C. 3
D. variable
Answer: Option D
Solution (By Examveda Team)
This question is asking about the storage space used by the BIT data type in MySQL.The BIT data type is used to store single bits of data, representing either a 0 or 1.
Therefore, the size of the BIT type is fixed and is not variable.
The correct answer is Option A: 1.

Join The Discussion