Home » MYSQL » Data Types » Question
  1. The datatype INT stores ___________.
    1. 48 bit
    2. 64 bit
    3. 16 bit
    4. 32 bit
    5. None of these
Correct Option: D

Numeric datatypes in MySQL are many. Each numeric datatype used in MySQL have their own ranges in terms of bits. The INT datatype stores signed and unsigned values of 32 bits.



Your comments will be displayed only after manual approval.