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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion