Q. What is the size of the BIT type?
β
Correct Answer: (D)
variable
Explanation: 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.