Home » MYSQL » Data Types » Question
  1. How many of the following do not support ‘BIT’ data type?
    MyISAM, MEMORY, NDB
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: D

The BIT data type stores the bit values. It is supported for the MyISAM, MEMORY, InnoDB and NDB tables. MySQL supports all the standard SQL numeric data types, both the exact and approximate.



Your comments will be displayed only after manual approval.