Home » MYSQL » Data Types » Question
  1. The size of the BIT type is ___________.
    1. variable
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

All the numeric datatypes used in MySQL vary over the fields. However the maximum size is fixed. Unlike the other numeric types the size of the BIT datatype depends on the length of the field.



Your comments will be displayed only after manual approval.