Vidyalelo
MySQL · Q140

MySQL

Programming · MySQL · question 140

Q140

The size of the BIT type is . . . . . . . .

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

Answer: Option D

Solution

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