What is the size of the BIT type?
A. 1
B. 2
C. 3
D. variable
Answer: Option D
Solution (By Examveda Team)
This question is asking about the size of a BIT data type in MySQL. A BIT data type is used to store a single bit of information, which can be either 0 or 1.The size of a BIT data type is always 1 bit. It doesn't vary based on the value stored.
So the answer is Option A: 1.

Join The Discussion