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.
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