Vidyalelo
MySQL · Q951

MySQL

Programming · MySQL · question 951

Q951

What is the size of the BIT type?

A.
1
B.
2
C.
3
D.
variable
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
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.